| Description | Hierarchy | Fields | Methods | Properties |
type TSymbolList = class(TObject)
TSymbolList stores a list of TSymbolStorage.
![]() |
FSymbols: TList; |
![]() |
function GetCount: integer; |
![]() |
function GetItems(const Index: integer): TSymbolStorage; |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Add(const X, Y: double); |
![]() |
Procedure Clear; |
![]() |
function Equal(const SymbList: TSymbolList): boolean; |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[constIndex:integer]: TSymbolStorage read GetItems; |
![]() |
FSymbols: TList; |
|
implemented as TObjectList | |
![]() |
function GetCount: integer; |
![]() |
function GetItems(const Index: integer): TSymbolStorage; |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Add(const X, Y: double); |
![]() |
Procedure Clear; |
![]() |
function Equal(const SymbList: TSymbolList): boolean; |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[constIndex:integer]: TSymbolStorage read GetItems; |