[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler for when an area of a grid (one or a group of cells) is selected
Source position: grids.pas line 1061
protected property TCustomGrid.OnSelection: TOnSelectEvent |
The Col and Row parameters contain the column and the row of the highlighted cell. Application developers may use the OnSelection and OnBeforeSelection events to react on focus changes. Component developers should use the method instead.
lazarus-ccr.sourceforge.net |