Data.DBXClient.TDBXClientCommand.AddReverter

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 AddReverter(event: TReverterEvent);

C++

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

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