Class TRPropertyList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRPropertyList = class(TObject)

Description

Hierarchy

Overview

Fields

Private FList: TList;

Methods

Private function GetCount: integer;
Private function GetItem(Index: integer): TRProperty;
Public function Add(RProperty: TRProperty): integer;
Public Constructor Create;
Public destructor Destroy; override;

Properties

Public property Count: integer read GetCount;
Public property Items[Index:integer]: TRProperty read GetItem;

Description

Fields

Private FList: TList;
 

Methods

Private function GetCount: integer;
 
Private function GetItem(Index: integer): TRProperty;
 
Public function Add(RProperty: TRProperty): integer;
 
Public Constructor Create;
 
Public destructor Destroy; override;
 

Properties

Public property Count: integer read GetCount;
 
Public property Items[Index:integer]: TRProperty read GetItem;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:07