[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when the value for a Checkbox cell is toggled.
Source position: grids.pas line 1277
protected property TCustomGrid.OnCheckboxToggled : TToggledCheckboxEvent |
OnCheckboxToggled is a TToggledCheckboxEvent property with the event handler signalled when the value for a check box-style cell is toggled. OnCheckboxToggled is triggered (when assigned) after the cell value has been changed and stored. OnCheckboxToggled is used descendent classes which implement a Toggle method, like TCustomDrawGrid.
|
Toggles the state for a checkbox cell between the checked and unchecked values. |
|
|
Specifies an event handler signalled when the value in a CheckBox cell is changed. |
lazarus-ccr.sourceforge.net |