[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the state for a cell displayed as a Checkbox.
Source position: grids.pas line 1784
protected procedure TCustomStringGrid.GetCheckBoxState( |
const aCol: Integer; |
const aRow: Integer; |
var aState: TCheckBoxState |
); override; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
aState |
|
Checkbox state derived for the specified cell. |
Version 4.0 | Generated 2025-05-03 | Home |