Skip to main content

TcxCustomEditProperties.AutoSelect Property

Determines whether the editor’s contents are automatically selected when the editor receives focus.

Declaration

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