FMX.StdActns.TFileHideApp.IsSupportedInterface
Delphi
function IsSupportedInterface: boolean; override;
C++
virtual bool __fastcall IsSupportedInterface(void);
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.
{{#multireplace:FMX.StdActns.TFileHideApp.IsSupportedInterface|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ActnList.TCustomAction.IsSupportedInterface|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ActnList.TCustomAction.IsSupportedInterface|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.