Class TCellParamsCond

Methods
Properties

Unit

Declaration

type TCellParamsCond = class(TObject)

Description

define object for storing of one condition for cell highlighting used by TrDBGrid

Hierarchy

  • TObject
  • TCellParamsCond

Overview

Fields

Public FieldName: string;
Public CondOperator: TCellParamsCondOperators;
Public Value: string;
Public Action: TCellParamsCondActions;
Public FontColor: TColor;
Public BkColor: TColor;
Public Bold: boolean;
Public WholeRow: boolean;
Public ImageDef: TDataImageDef;
Public StopIfTrue: boolean;
Public Deactive: boolean;
Public ErrorDesc: string;
Public LastRecNo: integer;
Public LastResult: boolean;

Description

Fields

Public FieldName: string;
 
Public CondOperator: TCellParamsCondOperators;
 
Public Value: string;
 
Public Action: TCellParamsCondActions;
 
Public FontColor: TColor;
 
Public BkColor: TColor;
 
Public Bold: boolean;
 
Public WholeRow: boolean;
 
Public ImageDef: TDataImageDef;
 
Public StopIfTrue: boolean;
 
Public Deactive: boolean;
 
Public ErrorDesc: string;
 
Public LastRecNo: integer;
 
Public LastResult: boolean;
 

Generated by PasDoc 0.15.0.