Description | Hierarchy | Fields | Methods | Properties |
type TCellAssignmentList = class(TObject)
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.
![]() |
FList: TList; |
![]() |
FCached: Boolean; |
![]() |
FMemoryStream: TMemoryStream; |
![]() |
FCleared: Boolean; |
![]() |
function GetItem(Index: integer): TCellAssignment; |
![]() |
function GetCount: integer; |
![]() |
procedure Restore(const EncloseAnnotation, IntersectAnnotation: string); |
![]() |
procedure Add(Item: TCellAssignment); |
![]() |
procedure Assign(CachedList: TCellAssignmentList; const EncloseAnnotation, IntersectAnnotation: string); |
![]() |
procedure Cache; |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
procedure Delete(Index: integer); |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[Index:integer]: TCellAssignment read GetItem; |
![]() |
FList: TList; |
![]() |
FCached: Boolean; |
![]() |
FMemoryStream: TMemoryStream; |
![]() |
FCleared: Boolean; |
![]() |
function GetItem(Index: integer): TCellAssignment; |
![]() |
function GetCount: integer; |
![]() |
procedure Restore(const EncloseAnnotation, IntersectAnnotation: string); |
![]() |
procedure Add(Item: TCellAssignment); |
![]() |
procedure Assign(CachedList: TCellAssignmentList; const EncloseAnnotation, IntersectAnnotation: string); |
![]() |
procedure Cache; |
![]() |
Constructor Create; |
![]() |
Destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
procedure Delete(Index: integer); |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[Index:integer]: TCellAssignment read GetItem; |