Description | Hierarchy | Fields | Methods | Properties |
type TSpecialImplementorList = class(TObject)
TSpecialImplementorList
is the type of TRbwParser.SpecialImplementorList. It is used together with TSpecialImplementor to create a descendant of TExpression in TExpression.New.
![]() |
FList: TList; |
![]() |
function GetCount: integer; |
![]() |
function GetItems(const Index: integer): TSpecialImplementor; |
![]() |
procedure SetItems(const Index: integer; const Value: TSpecialImplementor); |
![]() |
function GetCapacity: integer; |
![]() |
procedure SetCapacity(const Value: integer); |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Add(const Item: TSpecialImplementor): Integer; |
![]() |
procedure Clear; |
![]() |
procedure Delete(const Index: Integer); |
![]() |
function Remove(const Item: TSpecialImplementor): Integer; |
![]() |
property Count: integer read GetCount; |
![]() |
property Capacity: integer read GetCapacity write SetCapacity; |
![]() |
property Items[constIndex:integer]: TSpecialImplementor read GetItems write
SetItems; |
![]() |
FList: TList; |
|
![]() |
function GetCount: integer; |
See Count. |
![]() |
function GetItems(const Index: integer): TSpecialImplementor; |
See Items. |
![]() |
procedure SetItems(const Index: integer; const Value: TSpecialImplementor); |
See Items. |
![]() |
function GetCapacity: integer; |
See Capacity. |
![]() |
procedure SetCapacity(const Value: integer); |
See Capacity. |
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
function Add(const Item: TSpecialImplementor): Integer; |
|
![]() |
procedure Clear; |
|
![]() |
procedure Delete(const Index: Integer); |
|
![]() |
function Remove(const Item: TSpecialImplementor): Integer; |
|
![]() |
property Count: integer read GetCount; |
|
![]() |
property Capacity: integer read GetCapacity write SetCapacity; |
Setting |
![]() |
property Items[constIndex:integer]: TSpecialImplementor read GetItems write
SetItems; |
|