FMX.StdActns.TFileHideApp

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TSysCommonActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFileHideApp

Delphi

TFileHideApp = class(TSysCommonAction)

C++

class PASCALIMPLEMENTATION TFileHideApp : public TSysCommonAction

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.

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.

See Also