ICustomEdit.HideSelection

Syntax

HideSelection: Boolean;

Description

The HideSelection property defines whether selected component's text should remain selected on transferring focus to another component.

Comments

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

See also:

ICustomEdit