Back to Devexpress

TcxCustomHyperLinkEditProperties.SingleClick Property

vcl-cxhyperlinkedit-dot-tcxcustomhyperlinkeditproperties.md

latest1.2 KB
Original Source

TcxCustomHyperLinkEditProperties.SingleClick Property

Specifies the manner in which a hyperlink is activated.

Declaration

delphi
property SingleClick: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

If the SingleClick property is set to True , a hyperlink is activated by a single click. If the SingleClick property is set to False , the hyperlink is activated by a double click. The StartKey property specifies the keystroke, which also activates the hyperlink command. You can handle the OnStartClick event generated when a user starts the hyperlink command. Handling this event prevents your editor from executing the default command.

The default value of the SingleClick property is False.

See Also

TcxCustomHyperLinkEditProperties Class

TcxCustomHyperLinkEditProperties Members

cxHyperLinkEdit Unit