Description | Hierarchy | Fields | Methods | Properties |
type TColList = class(TObjectList)
![]() |
constructor create; |
![]() |
procedure Free; |
![]() |
procedure AssignList(value: TColList); |
![]() |
procedure LoadFromFile(value: string); |
![]() |
procedure LoadByName(value: string); |
![]() |
procedure SaveToFile(value: string); |
![]() |
procedure LoadDefault; |
![]() |
procedure GetColList(const value: Tstrings); |
![]() |
procedure Delete(Index: Integer); |
![]() |
function Add(AObject: TColRec): Integer; |
![]() |
procedure Insert(Index: Integer; AObject: TColRec); |
![]() |
property Items[Index: Integer]: TColRec read GetItem write SetItem; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Filename: string read fFilename write fFilename; |
![]() |
property FriendlyName: string read fFriendlyName write fFriendlyName; |
![]() |
property Column: TColumnIndex read fColumn write fColumn; |
![]() |
property Direction: TSortDirection read fDirection write fDirection; |
![]() |
property SortDirMode: boolean read fSortDirMode write fSortDirMode; |
![]() |
constructor create; |
![]() |
procedure Free; |
![]() |
procedure AssignList(value: TColList); |
![]() |
procedure LoadFromFile(value: string); |
![]() |
procedure LoadByName(value: string); |
![]() |
procedure SaveToFile(value: string); |
![]() |
procedure LoadDefault; |
![]() |
procedure GetColList(const value: Tstrings); |
![]() |
procedure Delete(Index: Integer); |
![]() |
function Add(AObject: TColRec): Integer; |
![]() |
procedure Insert(Index: Integer; AObject: TColRec); |
![]() |
property Items[Index: Integer]: TColRec read GetItem write SetItem; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Filename: string read fFilename write fFilename; |
![]() |
property FriendlyName: string read fFriendlyName write fFriendlyName; |
![]() |
property Column: TColumnIndex read fColumn write fColumn; |
![]() |
property Direction: TSortDirection read fDirection write fDirection; |
![]() |
property SortDirMode: boolean read fSortDirMode write fSortDirMode; |