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

TCustomDBGrid.OnUserCheckboxState

Event handler signalled to get a user-specified value for a check box editor on the grid control.

Declaration

Source position: dbgrids.pas line 542

protected property TCustomDBGrid.OnUserCheckboxState : TDbGridCheckboxStateEvent
  read FOnCheckboxState
  write FOnCheckboxState;

See also

TDbGridCheckboxStateEvent

  

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