API:FMX.StdActns.TFileHideAppOthers

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TFileHideAppFMX.StdActns.TSysCommonActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentTFileHideAppOthers

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 macOS 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 macOS application.

TFileHideApp hides all 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.

The default ShortCut for TFileHideApp is CMD+H.

In the current version, TFileHideApp is implemented only for macOS.

See Also