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

Class TIFPSRuntimeAttributes

Unit

ifps3

Declaration

type TIFPSRuntimeAttributes = class(TObject)

Description

List of attributes

Methods

Overview

Public constructor Create(AOwner: TIFPSExec);
Public destructor Destroy; override;
Public function Add: TIFPSRuntimeAttribute;
Public procedure Delete(I: Longint);
Public function FindAttribute(const Name: string): TIFPSRuntimeAttribute;

Description

Public constructor Create(AOwner: TIFPSExec);

 

Public destructor Destroy; override;

 

Public function Add: TIFPSRuntimeAttribute;

Add an item

Public procedure Delete(I: Longint);

delete an item

Public function FindAttribute(const Name: string): TIFPSRuntimeAttribute;

Find an attribute by name

Properties

Overview

Public property Count: Longint;
Public property Items[I: Longint]: TIFPSRuntimeAttribute;
Public property Owner: TIFPSExec;

Description

Public property Count: Longint;

Number of elements

Public property Items[I: Longint]: TIFPSRuntimeAttribute;

Item[i]

Public property Owner: TIFPSExec;

Owner