Contents - Index - Previous - Next


HideSelection property



Applies to
TProfGrid component

Declaration
property HideSelection: Boolean;

Description

Determines whether the grid gives a visual indication of which cells are selected when focus shifts to another control.

Set HideSelection to False to provide visual feedback of the selected cells in the grid even when the grid does not have focus. Set HideSelection to True to show the selection only when the grid has focus.

Tip:  HideSelection does not affect the actual value of the selection, only the visual indication.