System.Actions.TContainedAction.SetShortCut
Delphi
procedure SetShortCut(Value: System.Classes.TShortCut); virtual;
C++
virtual void __fastcall SetShortCut(System::Classes::TShortCut Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Description
Sets the new Value
of the ShortCut property for the action and action's clients.
SetShortCut always propagates this Value
to all clients of the action.