System.Bindings.Outputs.TValueRefConverterFactory.GetConverterFrameworkClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetConverterFrameworkClass(const ConverterID: string): TPersistentClass;

C++

__classmethod System::Classes::TPersistentClass __fastcall GetConverterFrameworkClass(const System::UnicodeString ConverterID);

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TValueRefConverterFactory

Description

Returns the framework class.

The GetConverterFrameworkClass method returns the class (as a System.Classes.TPersistentClass) for the framework.

See Also