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

TDbGridCheckboxStateEvent

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

Declaration

Source position: dbgrids.pas line 126

type TDbGridCheckboxStateEvent = procedure(

  Sender: TObject;

  Column: TColumn;

  var AState: TCheckBoxState

) of object;

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