API:FMX.StdActns.TFileHideAppOthers
Delphi
TFileHideAppOthers = class(TFileHideApp)
C++
class PASCALIMPLEMENTATION TFileHideAppOthers : public TFileHideApp
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | FMX.StdActns |
Description
The standard action for hiding and showing (if hidden) a running OS X application.
FMX.StdActns.TFileHideAppOthers inherits from FMX.StdActns.TFileHideApp. All content below this line refers to FMX.StdActns.TFileHideApp.
The standard action for hiding and showing (if hidden) a running OS X application.
TFileHideApp hides all the windows of the receiver application, and the next application in line is activated. If the windows of the receiver application are hidden, then TFileHideApp restores the hidden windows to the screen and makes the receiver active. TFileHideApp has the default ShortCut CMD+H.
- In the current version, TFileHideApp is implemented only for OS X.