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 all OS X applications, except the receiver.

TFileHideApp has the default ShortCut ALT+CMD+H.

In the current version, TFileHideAppOthers is implemented only for OS X.

See Also