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

TCustomTreeView.HideSelection

Indicates if the current selection is hidden when the control loses focus.

Declaration

Source position: comctrls.pp line 3634

protected property TCustomTreeView.HideSelection : Boolean
  read GetHideSelection
  write SetHideSelection
  default True;

Description

HideSelection is a Boolean property which indicates if the current selection is hidden when the control loses focus. The default value for the property is True.

The value for the property is True if tvoHideSelection has been included in the Options for the control. Changing the value in the property causes tvoHideSelection to be included in or excluded from Options. The control is redrawn if Selected has an assigned tree node when the property is changed.

See also

TCustomTreeView.Options

  

The set of options enabled in the tree view control.

TCustomTreeView.Selected

  

The selected tree node in the control.


Version 3.2 Generated 2024-02-25 Home