RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuActionLink.SetShortCut Method

Sets the shortcut of a menu item if the client is linked to the action for this property.

Pascal
procedure SetShortCut(Value: TShortCut); override;
C++
virtual __fastcall SetShortCut(TShortCut Value);

SetShortCut sets the shortcut of a menu item, and is called only if the client is linked for this event. Value specifies what the shortcut should be. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!