TIB_GetCellPropsEvent Type

Unit
IB_Grid

Declaration

TIB_GetCellPropsEvent = procedure(       Sender: TObject;
                                         ACol, ARow: longint;
                                         AState: TGridDrawState;
                                     var AColor: TColor;
                                   const AFont: TFont ) of object;

Description
Event to provide a custom font and color on a per cell basis.