type TIFPSAttribute = class(TObject)
![]() |
constructor Create(AttribType: TIFPSAttributeType); |
![]() |
destructor Destroy; override; |
![]() |
function AddValue(v: PIFRVariant): Longint; |
![]() |
procedure Assign(Item: TIFPSAttribute); |
![]() |
procedure DeleteValue(i: Longint); |
![]() |
constructor Create(AttribType: TIFPSAttributeType); |
Create a new attribute
![]() |
destructor Destroy; override; |
Destroy the current instance of this class
![]() |
function AddValue(v: PIFRVariant): Longint; |
Add a new value to this attribute
![]() |
procedure Assign(Item: TIFPSAttribute); |
Assign all the values of this attribute from another attribute
![]() |
procedure DeleteValue(i: Longint); |
Delete a field from this attribute
![]() |
property AType: TIFPSAttributeType; |
![]() |
property Count: Longint; |
![]() |
property Values[i: Longint]: PIfRVariant; |
![]() |
property AType: TIFPSAttributeType; |
The type for this attribute
![]() |
property Count: Longint; |
The number of fields in this attribute
![]() |
property Values[i: Longint]: PIfRVariant; |
all fields for this attribute