Class TRangeTreeLeafLists

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRangeTreeLeafLists = class(TObject)

Description

Hierarchy

Overview

Fields

Private FList: TList;

Methods

Private function GetCount: integer;
Private function GetItem(Index: Integer): TRangeTreeLeafList;
Private procedure SetItem(Index: Integer; const Value: TRangeTreeLeafList);
Private function GetCapacity: integer;
Private procedure SetCapacity(const Value: integer);
Public function Add(Item: TRangeTreeLeafList): integer;
Public Constructor Create;
Public Destructor Destroy; override;

Properties

Public property Items[Index:Integer]: TRangeTreeLeafList read GetItem write SetItem;
Public property Count: integer read GetCount;
Public property Capacity: integer read GetCapacity write SetCapacity;

Description

Fields

Private FList: TList;
 

Methods

Private function GetCount: integer;
 
Private function GetItem(Index: Integer): TRangeTreeLeafList;
 
Private procedure SetItem(Index: Integer; const Value: TRangeTreeLeafList);
 
Private function GetCapacity: integer;
 
Private procedure SetCapacity(const Value: integer);
 
Public function Add(Item: TRangeTreeLeafList): integer;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 

Properties

Public property Items[Index:Integer]: TRangeTreeLeafList read GetItem write SetItem;
 
Public property Count: integer read GetCount;
 
Public property Capacity: integer read GetCapacity write SetCapacity;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:43