[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 1285
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. Component developers should use the ??? method instead.
lazarus-ccr.sourceforge.net |