Data.DBXClient.TDBXClientCommand.AddConverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientCommand

Delphi

class procedure AddConverter(event: TConverterEvent);

C++

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

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