Data.DBXJSONReflect.TJSONUnMarshal.Reverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Reverter(key: string): TReverterEvent;

C++

TReverterEvent* __fastcall Reverter(System::UnicodeString key);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Returns the reverter registered with the given key.

The Reverter method returns the reverter registered with the given key. The key parameter specifies the reverter key.

See Also