FMX.StdActns.TWindowClose.ShortCut
Delphi
property ShortCut: TShortCut read FShortCut write SetShortCut default 4183;
C++
__property ShortCut = {default=4183};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | TWindowClose |
Description
Shortcut that triggers the action.
The default shortcut is CMD + W.
This shortcut is propagated to clients of the action.