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