[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 for a check box column on the grid control.

Declaration

Source position: dbgrids.pas line 126

type TDbGridCheckboxStateEvent = procedure(

  Sender: TObject;

  Column: TColumn;

  var AState: TCheckBoxState

) of object;

Arguments

Sender

  

Object (grid control) for the event notification.

Column

  

TColumn definition for the data represented in the check box image.

AState

  

Checked state for the check box.

Description

TDbGridCheckboxStateEvent is the type used to implement the OnUserCheckboxState property in TCustomDBGrid.

See also

TCustomDBGrid.OnUserCheckboxState

  

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


Version 3.2 Generated 2024-02-25 Home