[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when an area is selected in the grid control.
Source position: grids.pas line 1313
protected property TCustomGrid.OnSelection : TOnSelectEvent |
The Col and Row parameters contain the column and the row of the highlighted cell.
Application developers can use the OnSelection and OnBeforeSelection events to react to focus changes.
|
Event handler signalled before changing the Selection in the grid control. |
|
|
Event handler signalled after a new Selection is made in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |