[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the check box state for the cell at the specified coordinates.
Source position: grids.pas line 1427
protected procedure TCustomDrawGrid.GetCheckBoxState( |
const aCol: Integer; |
const aRow: Integer; |
var aState: TCheckBoxState |
); virtual; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
aState |
|
Check box state for the cell. |
Signals the OnGetCheckboxState event handler (when assigned) to get the value in AState. Called from ToggleCheckbox and the private DrawCellCheckboxBitmaps method.
|
Event handler signalled to get the state for a check box cell. |
|
|
Toggles the state for a check box cell between the checked and unchecked values. |
Version 4.0 | Generated 2025-05-03 | Home |