TcxCustomEditProperties.AutoSelect Property
In This Article
Determines whether the editor’s contents are automatically selected when the editor receives focus.
#Declaration
Delphi
property AutoSelect: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Setting the AutoSelect property to True selects the editor’s contents when it receives focus.
The default value of the AutoSelect property is True.
See Also