Class TAssociateList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAssociateList = class(TObject)

Description

Hierarchy

Overview

Fields

Private FList: TList;
Private FScreenObject: TScreenObject;
Private FCachedValue: TCellElementSegmentList;

Methods

Private function GetSegmentList(Model: TBaseModel): TCellElementSegmentList;
Private function GetItem(Index: integer): TCellElementSegmentList;
Public Constructor Create(ScreenObject: TScreenObject);
Public Destructor Destroy; override;
Public function Count: integer;
Public procedure InvalidateAll;

Properties

Public property AssociatedSegmentList[FModel:TBaseModel]: TCellElementSegmentList read GetSegmentList;
Public property Items[Index:integer]: TCellElementSegmentList read GetItem;

Description

Fields

Private FList: TList;
 
Private FScreenObject: TScreenObject;
 
Private FCachedValue: TCellElementSegmentList;
 

Methods

Private function GetSegmentList(Model: TBaseModel): TCellElementSegmentList;
 
Private function GetItem(Index: integer): TCellElementSegmentList;
 
Public Constructor Create(ScreenObject: TScreenObject);
 
Public Destructor Destroy; override;
 
Public function Count: integer;
 
Public procedure InvalidateAll;
 

Properties

Public property AssociatedSegmentList[FModel:TBaseModel]: TCellElementSegmentList read GetSegmentList;
 
Public property Items[Index:integer]: TCellElementSegmentList read GetItem;
 

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