[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnAfterSelection event handler.
Source position: grids.pas line 980
protected procedure TCustomGrid.AfterMoveSelection( |
const prevCol: Integer; |
const prevRow: Integer |
); virtual; |
prevCol |
|
Column number for the selection before it was moved. |
prevRow |
|
Row number for the selection before it was moved. |
AfterMoveSelection is a procedure used to signal the OnAfterSelection event handler when has been assigned (does not contain Nil). Values in prevCol and prevRow are passed as arguments to the OnAfterSelection event handler.
AfterMoveSelection is called from the MoveExtend method when the move operation has been completed.
|
Event handler signalled after a new Selection is made in the grid. |
|
|
Moves the selected cell or extends a selection using the specified column and row values. |
Version 4.0 | Generated 2025-05-03 | Home |