Data.DBXJSONReflect.TJSONUnMarshal.Reverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONUnMarshal

Delphi

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

C++

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

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