Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
rDBGrid
type TCellParamsCond = class(TObject)
define object for storing of one condition for cell highlighting used by TrDBGrid
FieldName: string;
CondOperator: TCellParamsCondOperators;
Value: string;
Action: TCellParamsCondActions;
FontColor: TColor;
BkColor: TColor;
Bold: boolean;
WholeRow: boolean;
ImageDef: TDataImageDef;
StopIfTrue: boolean;
Deactive: boolean;
ErrorDesc: string;
LastRecNo: integer;
LastResult: boolean;