Data.DBXJSONReflect.TJSONUnMarshal.Reverter
[–] 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.