FMX.Presentation.Factory.TPresentationProxyFactory.Supported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Supported(const APresentationName: string): Boolean; overload;
function Supported(const AControlClass: TClass; const AControlType: TControlType): Boolean; overload;

C++

bool __fastcall Supported(const System::UnicodeString APresentationName)/* overload */;
bool __fastcall Supported(const System::TClass AControlClass, const Fmx::Controls::TControlType AControlType)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
FMX.Presentation.Factory.pas
FMX.Presentation.Factory.hpp
FMX.Presentation.Factory TPresentationProxyFactory

Description

Returns True if the factory contains a presentation proxy registered with the specified name; it returns False otherwise.

See Also