System.Actions.TContainedAction.ShortCut
Delphi
property ShortCut: System.Classes.TShortCut read FShortCut write SetShortCut default 0;
C++
__property System::Classes::TShortCut ShortCut = {read=FShortCut, write=SetShortCut, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Description
Shortcut that triggers the action.
This shortcut is propagated to clients of the action.