[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TDrawColumnCellEvent

Declaration

Source position: dbgrids.pas line 91

type TDrawColumnCellEvent = procedure(

  Sender: TObject;

  const Rect: TRect;

  DataCol: Integer;

  Column: TColumn;

  State: TGridDrawState

) of object;