Back to Devexpress

TcxCustomHyperLinkEditProperties.StartKey Property

vcl-cxhyperlinkedit-dot-tcxcustomhyperlinkeditproperties-16177a59.md

latest1.1 KB
Original Source

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

TcxCustomHyperLinkEditProperties Class

TcxCustomHyperLinkEditProperties Members

cxHyperLinkEdit Unit