System.Bindings.Outputs.TValueRefConverterFactory.ClearRegisteredConverters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ClearRegisteredConverters;

C++

__classmethod void __fastcall ClearRegisteredConverters();

Properties

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

Description

Removes all previously registered converters from the factory.

The ClearRegisteredConverters method is used to remove all previously registered converters from the factory.

See Also