TcxCustomMemoProperties.AutoSelect Property
Determines whether the memo control’s contents are automatically selected when the memo control receives focus.
Declaration
property AutoSelect; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Setting the AutoSelect property to True selects the memo control’s contents when it receives focus.
The default value of the AutoSelect property is False.
See Also