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

TCustomGrid.OnCheckboxToggled

Event handler signalled when the value for a Checkbox cell is toggled.

Declaration

Source position: grids.pas line 1277

protected property TCustomGrid.OnCheckboxToggled : TToggledCheckboxEvent
  read FOnCheckboxToggled
  write FOnCheckboxToggled;

Description

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.

See also

TCustomDrawGrid.ToggleCheckbox

  

Toggles the state for a checkbox cell between the checked and unchecked values.

TToggledCheckboxEvent

  

Specifies an event handler signalled when the value in a CheckBox cell is changed.

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