Class TScreenObjectList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TScreenObjectList = class(TObject)

Description

Hierarchy

Overview

Fields

Private FList: TList;

Methods

Private function GetCount: integer;
Private function GetItems(Index: integer): TScreenObject;
Private function GetCapacity: integer;
Private procedure SetCapacity(const Value: integer);
Public function Add(ScreenObject: TScreenObject): integer;
Public constructor Create;
Public destructor Destroy; override;

Properties

Public property Capacity: integer read GetCapacity write SetCapacity;
Public property Count: integer read GetCount;
Public property Items[Index:integer]: TScreenObject read GetItems;

Description

Fields

Private FList: TList;
 

Methods

Private function GetCount: integer;
 
Private function GetItems(Index: integer): TScreenObject;
 
Private function GetCapacity: integer;
 
Private procedure SetCapacity(const Value: integer);
 
Public function Add(ScreenObject: TScreenObject): integer;
 
Public constructor Create;
 
Public destructor Destroy; override;
 

Properties

Public property Capacity: integer read GetCapacity write SetCapacity;
 
Public property Count: integer read GetCount;
 
Public property Items[Index:integer]: TScreenObject read GetItems;
 

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