FMX.StdActns.TFileExit.ShortCut
Delphi
property ShortCut default scCommand or vkQ;
C++
__property ShortCut = {default=4177};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | TFileExit |
Description
Shortcut that triggers the action.
The default shortcut is CMD
+ Q
.
This shortcut is propagated to clients of the action.