Data.DBXJSONReflect.TJSONUnMarshal.HasReverter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONUnMarshal | |
Delphi
function HasReverter(clazz: TClass; const Field: string): Boolean;
C++
bool __fastcall HasReverter(System::TClass clazz, const System::UnicodeString Field);
Description
Specifies whether a reverter matching the given key was registered.
The HasReverter method returns True if a reverter matching the given key was registered. The key parameter specifies the reverter key, as generated by the ComposeKey method.