[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Makes the specified column and row the selected cell in the grid.
Source position: grids.pas line 1163
protected procedure TCustomGrid.SetColRow( |
const ACol: Integer; |
const ARow: Integer; |
withEvents: Boolean = False |
); |
ACol |
|
Column number for the selected cell. |
ARow |
|
Row number for the selected cell. |
lazarus-ccr.sourceforge.net |