Description | Hierarchy | Fields | Methods | Properties |
type TCustomChemSpeciesCollection = class(TEnhancedOrderedCollection)
TEnhancedOrderedCollection
extends TOrderedCollection by adding IndexOf and Remove.
![]() |
function GetItem(Index: Integer): TChemSpeciesItem; |
![]() |
procedure SetItem(Index: Integer; const Value: TChemSpeciesItem); |
![]() |
function Add: TChemSpeciesItem; |
![]() |
function Insert(Index: integer): TChemSpeciesItem; |
![]() |
procedure UpdateDataArrays; virtual; |
![]() |
procedure Loaded; |
![]() |
function IndexOfName(const AName: string): integer; |
![]() |
property Items[Index:Integer]: TChemSpeciesItem read GetItem
write SetItem; |
![]() |
function GetItem(Index: Integer): TChemSpeciesItem; |
![]() |
procedure SetItem(Index: Integer; const Value: TChemSpeciesItem); |
![]() |
function Add: TChemSpeciesItem; |
![]() |
function Insert(Index: integer): TChemSpeciesItem; |
![]() |
procedure UpdateDataArrays; virtual; |
![]() |
procedure Loaded; |
![]() |
function IndexOfName(const AName: string): integer; |
![]() |
property Items[Index:Integer]: TChemSpeciesItem read GetItem
write SetItem; |