FMX.StdActns.TFileHideAppOthers

From RAD Studio API Documentation

TFileHideAppOthersFMX.StdActns.TFileHideAppFMX.StdActns.TSysCommonActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponent

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 macOS applications, except the receiver.

The default ShortCut for TFileHideApp is ALT+CMD+H.

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

See Also