IListView.HideSelection

Syntax

HideSelection: Boolean;

Description

The HideSelection property determines whether the selection is displayed in the component when the focus is passed to another component.

Comments

If the property is set to False, the selection remains invisible. The selected elements are highlighted with the grey color. If the property is set to True, the selection is not displayed. The property is set to False by default.

See also:

IListView