FMX.Presentation.Factory.TPresentationProxyFactory.Supported

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Presentation.Factory.pas
FMX.Presentation.Factory.hpp
FMX.Presentation.Factory TPresentationProxyFactory


Beschreibung

Gibt True zurück, wenn der Generator einen mit dem angegebenen Namen registrierten Darstellungs-Proxy enthält; ansonsten wird False zurückgegeben.

Siehe auch