TcxCustomHyperLinkEditProperties.AutoSelect Property
In This Article
Determines whether the hyperlink’s text is automatically selected when the hyperlink editor receives focus.
#Declaration
Delphi
property AutoSelect; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Setting the AutoSelect property to True selects the hyperlink’s text when the hyperlink receives focus.
The default value of the AutoSelect property is False.
See Also