Data.DBXJSONReflect.TJSONInterceptor.ObjectReverter
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONInterceptor | |
Delphi
procedure ObjectReverter(Data: TObject; Field: string; Arg: TObject); virtual;
C++
virtual void __fastcall ObjectReverter(System::TObject* Data, System::UnicodeString Field, System::TObject* Arg);
Description
Reverter that sets an object field to a value, based on an intermediate object.
Datais the current object instance that is being populated.Fieldrepresents the field name.Argis the intermediate object.