Data.DBXClient.TDBXClientCommand.AddConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure AddConverter(event: TConverterEvent);

C++

__classmethod void __fastcall AddConverter(Data::Dbxjsonreflect::TConverterEvent* event);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Adds a field converter to the registered converters list.

AddConverter is a class method used to add a field converter to the registered converters that are used by TDBXClientCommand instances when marshaling JSON objects.

event is a TConverterEvent used to invoke the corresponding converter.

See also