API:FMX.StdActns.TFileHideAppOthers.ShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortCut: TShortCut read FShortCut write SetShortCut default 36936;

C++

__property ShortCut = {default=36936};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TFileHideAppOthers

Description

Shortcut that triggers the action.

FMX.StdActns.TFileHideAppOthers.ShortCut inherits from FMX.StdActns.TFileHideApp.ShortCut. All content below this line refers to FMX.StdActns.TFileHideApp.ShortCut.

Shortcut that triggers the action.

The default shortcut is CMD + H.

This shortcut is propagated to clients of the action.

See Also