FMX.Presentation.Factory.TPresentationProxyFactory.GeneratePresentationName

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
FMX.Presentation.Factory.pas
FMX.Presentation.Factory.hpp
FMX.Presentation.Factory TPresentationProxyFactory

Description

Generates a presentation name for the class and the type of the specified control.

See Also