ICustomEdit.HideSelection

Syntax

HideSelection: Boolean;

Description

The HideSelection property determines whether selected component's text remains selected on passing focus to another component.

Comments

If the property is set to False, the text remains selected. By default, HideSelection = True.

See also:

ICustomEdit