[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if a Selection is active in the grid control.
Source position: grids.pas line 1261
protected property TCustomGrid.SelectActive : Boolean |
SelectActive is a Boolean property which indicates if a Selection range is active in the grid control. It is set to True when a cell or range of cells is selected using the keyboard or mouse navigation, or by assigning a value to the Selection property. It is set to False in methods like CancelSelection, DoExit, and DoMouseWheel.
lazarus-ccr.sourceforge.net |