Data.DBXJSONReflect.TJSONInterceptor.TypeObjectsConverter
Delphi
function TypeObjectsConverter(Data: TObject): TListOfObjects; virtual;
C++
virtual TListOfObjects __fastcall TypeObjectsConverter(System::TObject* Data);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | TJSONInterceptor |
Description
Converter that transforms any object into an array of intermediate objects.
Datais the current object instance.