FMX.StdActns.TFileHideApp.IsSupportedInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsSupportedInterface: boolean; override;

C++

virtual bool __fastcall IsSupportedInterface();

Properties

Type Visibility Source Unit Parent
function protected
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TFileHideApp

Description

Returns True if this action can be realized on the current platform.

FMX.StdActns.TFileHideApp.IsSupportedInterface inherits from FMX.ActnList.TCustomAction.IsSupportedInterface. All content below this line refers to FMX.ActnList.TCustomAction.IsSupportedInterface.

Returns True if this action can be realized on the current platform.

As implemented in TCustomAction, IsSupportedInterface always returns True. IsSupportedInterface is virtual and can be overridden in descendent classes.

See Also