FMX.Presentation.Factory.TPresentationProxyFactory.FindPresentationProxyClass
Delphi
function FindPresentationProxyClass(const APresentationName: string): TPresentationProxyClass;
C++
Fmx::Controls::Presentation::TPresentationProxyClass __fastcall FindPresentationProxyClass(const System::UnicodeString APresentationName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Presentation.Factory.pas FMX.Presentation.Factory.hpp |
FMX.Presentation.Factory | TPresentationProxyFactory |
Description
Returns a presentation proxy class registered with the specified APresentationName
presentation proxy class name or returns nil
if there is no presentation proxy class registered with the specified name (APresentationName
).