Class TObjectPropertyList

DescriptionHierarchyFieldsMethodsProperties

Unit

ObjectDefinition

Declaration

type TObjectPropertyList = class(TObject)

Description

Container class for TObjectPropertys. TObjectPropertyList is primarily used by the class TObjectDefinition.

Hierarchy

TObjectPropertyList > TObject

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public procedure Add(P: TObjectProperty);
Public procedure Assign(List: TObjectPropertyList);
Public function IndexOf(Name: string): Integer;

Description

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure Add(P: TObjectProperty);
 
Public procedure Assign(List: TObjectPropertyList);
 
Public function IndexOf(Name: string): Integer;
 

Properties

Overview

Public property Count: Integer;
Public property Items[i: Integer]: TObjectProperty;

Description

Public property Count: Integer;
 
Public property Items[i: Integer]: TObjectProperty;
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:49