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.StartKey Property

Specifies the shortcut used to activate a hyperlink.

#Declaration

Delphi
property StartKey: TShortCut read; write; default VK_RETURN + scCtrl;

#Property Value

Type
TShortCut

#Remarks

Use the StartKey property to define the shortcut used to activate a hyperlink. Pressing this shortcut performs the same action as clicking a hyperlink within an editor. 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 StartKey property is Ctrl+Enter.

See Also