Description | Hierarchy | Fields | Methods | Properties |
type TArgumentList = class(TObject)
Name is used to restrict ensure that in TOperatorDefinition only TOperatorArgumentDefinitions are added to ArgumentDefinitions. TArgumentList
takes ownership of all TOperatorArgumentDefinitions added to it.
![]() |
FList: TList; |
![]() |
function GetCount: integer; |
![]() |
function GetItems(Index: integer): TOperatorArgumentDefinition; |
![]() |
procedure Add(Item: TOperatorArgumentDefinition); |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property Items[Index:integer]: TOperatorArgumentDefinition
read GetItems; |
![]() |
property Count: integer read GetCount; |
![]() |
FList: TList; |
|
![]() |
function GetCount: integer; |
See Count. |
![]() |
function GetItems(Index: integer): TOperatorArgumentDefinition; |
See Items. |
![]() |
procedure Add(Item: TOperatorArgumentDefinition); |
|
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property Items[Index:integer]: TOperatorArgumentDefinition
read GetItems; |
|
![]() |
property Count: integer read GetCount; |
|