ICustomEdit.AutoSelect

Syntax

AutoSelect: Boolean;

Description

The AutoSelect property determines whether all component text is selected when component gets focus.

Comments

Available values:

NOTE. The property value is taken into account if the component gets focus on tabulation by different form controls from the keyboard, and is not taken into account if the component gets focus by the mouse.

See also:

ICustomEdit