[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 102
type TNBPages = class(TStrings) |
||
protected |
||
function Get(); override; |
|
|
function GetCount; override; |
|
|
function GetObject(); override; |
|
|
procedure Put(); override; |
|
|
public |
||
constructor Create(); |
||
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 |
|
| | ||
TStrings |
||
? | ||
TObject |