[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the state for a cell displayed as a Checkbox.
Source position: grids.pas line 1754
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. |
lazarus-ccr.sourceforge.net |