FMX.MediaLibrary.Actions.TTakePhotoFromCameraAction.IsSupportedInterface
Delphi
function IsSupportedInterface: Boolean; override;
C++
virtual bool __fastcall IsSupportedInterface(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.MediaLibrary.Actions.pas FMX.MediaLibrary.Actions.hpp |
FMX.MediaLibrary.Actions | TTakePhotoFromCameraAction |
Description
Returns True if this action can be realized on the current platform.
{{#multireplace:FMX.MediaLibrary.Actions.TTakePhotoFromCameraAction.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.