System.Bindings.Outputs.TValueRefConverterFactory.GetConverterUnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetConverterUnitName(const ConverterID: string): string;

C++

__classmethod System::UnicodeString __fastcall GetConverterUnitName(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 unit name where the converter is implemented.

The GetConverterUnitName method returns the unit name where the converter is implemented.

See Also