Class TCellParamsCondList
Unit
rDBGrid
Declaration
type TCellParamsCondList = class(TList)
Description
define list of conditions for cell highlighting used by TrDBGrid
Hierarchy
- TList
- TCellParamsCondList
Overview
Methods
Description
Methods
|
procedure LinkDataset(DataSet: TDataSet); |
|
|
procedure ResetCond; |
|
|
procedure LoadFromIniContent(IniContent: TStrings; GridKey: string = ''); |
|
|
procedure StoreToIniContent(IniContent: TStrings; GridKey: string = ''); |
|
|
procedure GetFieldCond(Field: TField; AFont: TFont; var Background: TColor; var DataImageDef: TDataImageDef; ActiveRow, Highlight, RefreshCond: boolean); virtual; |
|
Generated by PasDoc 0.15.0.
|