API:FMX.Presentation.Factory.TPresentationProxyFactory.Unregister

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Unregister(const APresentationName: string); overload;
procedure Unregister(const APresentationName: string; const APresentationProxyClass: TPresentationProxyClass); overload;
procedure Unregister(const AControlClass: TClass; const AControlType: TControlType); overload;
procedure Unregister(const AControlClass: TClass; const AControlType: TControlType;  const APresentationProxyClass: TPresentationProxyClass); overload;

C++

void __fastcall Unregister(const System::UnicodeString APresentationName)/* overload */;
void __fastcall Unregister(const System::UnicodeString APresentationName, const Fmx::Controls::Presentation::TPresentationProxyClass APresentationProxyClass)/* overload */;
void __fastcall Unregister(const System::TClass AControlClass, const Fmx::Controls::TControlType AControlType)/* overload */;
void __fastcall Unregister(const System::TClass AControlClass, const Fmx::Controls::TControlType AControlType, const Fmx::Controls::Presentation::TPresentationProxyClass APresentationProxyClass)/* overload */;

Eigenschaften

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

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.