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

TDrawColumnCellEvent

TDrawColumnCellEvent - generic event handler method for drawing a cell in a specified column in a DataBase Grid

Declaration

Source position: dbgrids.pas line 94

type TDrawColumnCellEvent = procedure(

  Sender: TObject;

  const Rect: TRect;

  DataCol: Integer;

  Column: TColumn;

  State: TGridDrawState

) of object;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.