FMX.Presentation.Factory.TPresentationProxyFactory.FindPresentationProxyClass

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FindPresentationProxyClass(const APresentationName: string): TPresentationProxyClass;

C++

Fmx::Controls::Presentation::TPresentationProxyClass __fastcall FindPresentationProxyClass(const System::UnicodeString APresentationName);

Eigenschaften

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


Beschreibung

Gibt die mit dem angegebenen APresentationName registrierte Darstellungs-Proxy-Klasse zurück oder nil, wenn keine mit dem angegebenen Namen registrierte Darstellungs-Proxy-Klasse gefunden wird.

Siehe auch