Data.DBXJSONReflect.TJSONUnMarshal.Reverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Reverter(clazz: TClass; Field: string): TReverterEvent;

C++

TReverterEvent* __fastcall Reverter(System::TClass clazz, System::UnicodeString Field);

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