Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomHyperLinkEditProperties.SingleClick Property

Specifies the manner in which a hyperlink is activated.

#Declaration

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

#Property Value

Type Default
Boolean False

#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