Data.DBXClient.TDBXClientCommand.AddReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure AddReverter(event: TReverterEvent);

C++

__classmethod void __fastcall AddReverter(Data::Dbxjsonreflect::TReverterEvent* event);

Properties

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

Description

Adds a field reverter to the registered reverters list.

AddReverter is a class method used to add a field reverter to the registered reverters that are used by TDBXClientCommand instances when unmarshaling JSON objects.

event is a TReverterEvent used to invoke the corresponding reverter.

See also