[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the checked state for a check box in the specified cell.
Source position: grids.pas line 1794
protected procedure TCustomStringGrid.SetCheckboxState( |
const aCol: Integer; |
const aRow: Integer; |
const aState: TCheckBoxState |
); override; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
aState |
|
Checked state for the cell. |
Version 4.0 | Generated 2025-05-03 | Home |