System.Bindings.Outputs.TBindingOutput.AddConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddConverter(const ConverterID: string);

C++

void __fastcall AddConverter(const System::UnicodeString ConverterID);

Properties

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

Description

Adds the given converter to the converters list.

The AddConverter method adds the given converter to the list of available converters.

See Also