FMX.Presentation.Factory.TPresentationProxyFactory.GeneratePresentationName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function GeneratePresentationName(const AControlClass: TClass; const AControlType: TControlType): string;

C++

__classmethod System::UnicodeString __fastcall GeneratePresentationName(const System::TClass AControlClass, const Fmx::Controls::TControlType AControlType);

Eigenschaften

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


Beschreibung

Generiert einen Darstellungsnamen für die Klasse und den Typ des angegebenen Steuerelements.

Siehe auch