type TIFPSAttributes = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Add(AttribType: TIFPSAttributeType): TIFPSAttribute; |
![]() |
procedure Assign(attr: TIFPSAttributes; Move: Boolean); |
![]() |
procedure Delete(i: Longint); |
![]() |
function FindAttribute(const Name: string): TIFPSAttribute; |
![]() |
constructor Create; |
Create a new instance of this class
![]() |
destructor Destroy; override; |
Destroy the current instance of this class
![]() |
function Add(AttribType: TIFPSAttributeType): TIFPSAttribute; |
Add an attribute
![]() |
procedure Assign(attr: TIFPSAttributes; Move: Boolean); |
Assign all values from attr to this attribute, use MOVE to move then
![]() |
procedure Delete(i: Longint); |
delete an attribute
![]() |
function FindAttribute(const Name: string): TIFPSAttribute; |
find an attribute by attribtype name
![]() |
property Count: Longint; |
![]() |
property Items[i: Longint]: TIFPSAttribute; |
![]() |
property Count: Longint; |
The number of attributes
![]() |
property Items[i: Longint]: TIFPSAttribute; |
All attributes