[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TNBPages - NoteBook Pages: an array of strings containing the names of the pages
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; |
|
TNBPages - NoteBook Pages: an array of strings containing the names of the pages |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |