[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TNBPages

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TNBPages - NoteBook Pages: an array of strings containing the names of the pages

Declaration

Source position: extctrls.pp line 101

type TNBPages = class(TStrings)

protected

  function Get(); override;

  

  function GetCount; override;

  

  function GetObject(); override;

  

  procedure Put(); override;

  

public

  constructor Create();

  

Create - constructor for TNBPages: calls inherited Create then sets up the list of pages on the notebook

  procedure Clear; override;

  

  procedure Delete(); override;

  

  procedure Insert(); override;

  

  procedure Move(); override;

  

end;

Inheritance

TNBPages

  

TNBPages - NoteBook Pages: an array of strings containing the names of the pages

|

TStrings

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.