[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.SelectActive

Indicates if a Selection is active in the grid control.

Declaration

Source position: grids.pas line 1288

protected property TCustomGrid.SelectActive : Boolean
  read FSelectActive
  write SetSelectActive;

Description

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.


Version 4.0 Generated 2025-05-03 Home