Data.DBXJSONReflect.TJSONInterceptor.TypeObjectReverter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONInterceptor | |
Delphi
function TypeObjectReverter(Data: TObject): TObject; virtual;
C++
virtual System::TObject* __fastcall TypeObjectReverter(System::TObject* Data);
Description
Reverter that creates a value based on an object.
Datais the intermediate object.