type TIFPSRuntimeAttributes = class(TObject)
![]() |
constructor Create(AOwner: TIFPSExec); |
![]() |
destructor Destroy; override; |
![]() |
function Add: TIFPSRuntimeAttribute; |
![]() |
procedure Delete(I: Longint); |
![]() |
function FindAttribute(const Name: string): TIFPSRuntimeAttribute; |
![]() |
constructor Create(AOwner: TIFPSExec); |
![]() |
destructor Destroy; override; |
![]() |
function Add: TIFPSRuntimeAttribute; |
Add an item
![]() |
procedure Delete(I: Longint); |
delete an item
![]() |
function FindAttribute(const Name: string): TIFPSRuntimeAttribute; |
Find an attribute by name
![]() |
property Count: Longint; |
![]() |
property Items[I: Longint]: TIFPSRuntimeAttribute; |
![]() |
property Owner: TIFPSExec; |
![]() |
property Count: Longint; |
Number of elements
![]() |
property Items[I: Longint]: TIFPSRuntimeAttribute; |
Item[i]
![]() |
property Owner: TIFPSExec; |
Owner