Unit 'DBGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDbGridCheckBoxBitmapEvent

Specifies an event handler signalled to get the user-specified Bitmap for a check box column in the grid control.

Declaration

Source position: dbgrids.pas line 122

type TDbGridCheckBoxBitmapEvent = procedure(

  Sender: TObject;

  const CheckedState: TCheckBoxState;

  var ABitmap: TBitmap

) of object;