Data.DBXJSONReflect.TJSONInterceptor.TypeObjectsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeObjectsReverter(Data: TListOfObjects): TObject; virtual;

C++

virtual System::TObject* __fastcall TypeObjectsReverter(TListOfObjects Data);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONInterceptor

Description

Reverter that creates an object based on an array of intermediate objects.

  • Data is the array of intermediate objects.

See Also