Class TCellParamsCondList

Unit

Declaration

type TCellParamsCondList = class(TList)

Description

define list of conditions for cell highlighting used by TrDBGrid

Hierarchy

  • TList
  • TCellParamsCondList

Overview

Methods

Public procedure LinkGrid(Grid: TrDBGrid);
Public procedure LinkDataset(DataSet: TDataSet);
Public procedure ResetCond;
Public procedure LoadFromIniContent(IniContent: TStrings; GridKey: string = '');
Public procedure StoreToIniContent(IniContent: TStrings; GridKey: string = '');
Public procedure GetFieldCond(Field: TField; AFont: TFont; var Background: TColor; var DataImageDef: TDataImageDef; ActiveRow, Highlight, RefreshCond: boolean); virtual;

Description

Methods

Public procedure LinkGrid(Grid: TrDBGrid);
 
Public procedure LinkDataset(DataSet: TDataSet);
 
Public procedure ResetCond;
 
Public procedure LoadFromIniContent(IniContent: TStrings; GridKey: string = '');
 
Public procedure StoreToIniContent(IniContent: TStrings; GridKey: string = '');
 
Public procedure GetFieldCond(Field: TField; AFont: TFont; var Background: TColor; var DataImageDef: TDataImageDef; ActiveRow, Highlight, RefreshCond: boolean); virtual;
 

Generated by PasDoc 0.15.0.