GetCellColor method

Applies to
TIB_CustomGrid

Declaration
Procedure GetCellColor(ACol, ARow: Longint; AState: TGridDrawState; var AColor: TColor );

Description
This method can be used to get the default color when painting a cell.

Do NOT call this from OnGetCellColor since an infinite loop would result.