Description | Hierarchy | Fields | Methods | Properties |
type TClassificationList = class(TObject)
TClassificationList
is a list of TClassificationObjects. TClassificationList
does not own the TClassificationObjects it contains.
![]() |
FList: TList; |
![]() |
function GetCount: integer; |
![]() |
function GetItems(Index: integer): TClassificationObject; |
![]() |
procedure SetItems(Index: integer; const Value: TClassificationObject); |
![]() |
procedure Add(Item: TClassificationObject); |
![]() |
constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
Function IndexOf(Item: TClassificationObject): integer; |
![]() |
procedure Pack; |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[Index:integer]: TClassificationObject read GetItems
write SetItems; |
![]() |
FList: TList; |
|
![]() |
function GetCount: integer; |
|
![]() |
function GetItems(Index: integer): TClassificationObject; |
|
![]() |
procedure SetItems(Index: integer; const Value: TClassificationObject); |
|
![]() |
procedure Add(Item: TClassificationObject); |
|
![]() |
constructor Create; |
|
![]() |
Destructor Destroy; override; |
|
![]() |
Function IndexOf(Item: TClassificationObject): integer; |
|
![]() |
procedure Pack; |
|
![]() |
property Count: integer read GetCount; |
|
![]() |
property Items[Index:integer]: TClassificationObject read GetItems
write SetItems; |
|