[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled to get the user-specified Bitmap for a check box column in the grid control.
Source position: dbgrids.pas line 122
type TDbGridCheckBoxBitmapEvent = procedure( |
Sender: TObject; |
const CheckedState: TCheckBoxState; |
var ABitmap: TBitmap |
) of object; |
lazarus-ccr.sourceforge.net |