Class TValueCellList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TValueCellList = class(TObjectList)

Description

Hierarchy

Overview

Fields

Private FCachedCount: integer;
Private FCleared: Boolean;
Private FCached: Boolean;
Private FValueCellType: TValueCellType;
Private FTempFileNames: TStringList;
Private FOldCachedCount: Integer;

Methods

Private function GetCount: integer;
Private procedure SetCount(const Value: integer);
Private function GetItem(Index: integer): TValueCell;
Private procedure SetItem(Index: integer; const Value: TValueCell);
Private procedure Restore;
Private procedure ClearFileNames;
Private procedure CheckRestore;
Public function Add(Item: TValueCell): integer;
Public procedure Cache;
Public Constructor Create(ValueCellType: TValueCellType);
Public Destructor Destroy; override;
Public function AreRealValuesIdentical(AnotherList: TValueCellList; DataIndex: integer): boolean;
Public function AreIntegerValuesIdentical(AnotherList: TValueCellList; DataIndex: integer): boolean;
Public procedure Clear; override;

Properties

Public property Count: integer read GetCount write SetCount;
Public property Items[Index:integer]: TValueCell read GetItem write SetItem;

Description

Fields

Private FCachedCount: integer;
 
Private FCleared: Boolean;
 
Private FCached: Boolean;
 
Private FValueCellType: TValueCellType;
 
Private FTempFileNames: TStringList;
 
Private FOldCachedCount: Integer;
 

Methods

Private function GetCount: integer;
 
Private procedure SetCount(const Value: integer);
 
Private function GetItem(Index: integer): TValueCell;
 
Private procedure SetItem(Index: integer; const Value: TValueCell);
 
Private procedure Restore;
 
Private procedure ClearFileNames;
 
Private procedure CheckRestore;
 
Public function Add(Item: TValueCell): integer;
 
Public procedure Cache;
 
Public Constructor Create(ValueCellType: TValueCellType);
 
Public Destructor Destroy; override;
 
Public function AreRealValuesIdentical(AnotherList: TValueCellList; DataIndex: integer): boolean;
 
Public function AreIntegerValuesIdentical(AnotherList: TValueCellList; DataIndex: integer): boolean;
 
Public procedure Clear; override;
 

Properties

Public property Count: integer read GetCount write SetCount;
 
Public property Items[Index:integer]: TValueCell read GetItem write SetItem;
 

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