Class TCellAssignmentList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCellAssignmentList = class(TObject)

Description

If any new properties are added, be sure to update Assign too. TCellAssignmentList is used to provide limited access to TCellAssignment; TCellAssignmentList owns the TCellAssignments stored in it.

Hierarchy

Overview

Fields

Private FList: TList;
Private FCached: Boolean;
Private FMemoryStream: TMemoryStream;
Private FCleared: Boolean;

Methods

Private function GetItem(Index: integer): TCellAssignment;
Private function GetCount: integer;
Private procedure Restore(const EncloseAnnotation, IntersectAnnotation: string);
Public procedure Add(Item: TCellAssignment);
Public procedure Assign(CachedList: TCellAssignmentList; const EncloseAnnotation, IntersectAnnotation: string);
Public procedure Cache;
Public Constructor Create;
Public Destructor Destroy; override;
Public procedure Clear;
Public procedure Delete(Index: integer);

Properties

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

Description

Fields

Private FList: TList;
 
Private FCached: Boolean;
 
Private FMemoryStream: TMemoryStream;
 
Private FCleared: Boolean;
 

Methods

Private function GetItem(Index: integer): TCellAssignment;
 
Private function GetCount: integer;
 
Private procedure Restore(const EncloseAnnotation, IntersectAnnotation: string);
 
Public procedure Add(Item: TCellAssignment);
 
Public procedure Assign(CachedList: TCellAssignmentList; const EncloseAnnotation, IntersectAnnotation: string);
 
Public procedure Cache;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 
Public procedure Clear;
 
Public procedure Delete(Index: integer);
 

Properties

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

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