Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIFPSAttribute

Unit

ifpscomp

Declaration

type TIFPSAttribute = class(TObject)

Description

An attribute

Methods

Overview

Public constructor Create(AttribType: TIFPSAttributeType);
Public destructor Destroy; override;
Public function AddValue(v: PIFRVariant): Longint;
Public procedure Assign(Item: TIFPSAttribute);
Public procedure DeleteValue(i: Longint);

Description

Public constructor Create(AttribType: TIFPSAttributeType);

Create a new attribute

Public destructor Destroy; override;

Destroy the current instance of this class

Public function AddValue(v: PIFRVariant): Longint;

Add a new value to this attribute

Public procedure Assign(Item: TIFPSAttribute);

Assign all the values of this attribute from another attribute

Public procedure DeleteValue(i: Longint);

Delete a field from this attribute

Properties

Overview

Public property AType: TIFPSAttributeType;
Public property Count: Longint;
Public property Values[i: Longint]: PIfRVariant;

Description

Public property AType: TIFPSAttributeType;

The type for this attribute

Public property Count: Longint;

The number of fields in this attribute

Public property Values[i: Longint]: PIfRVariant;

all fields for this attribute