Data.DBXJSONReflect.TJSONInterceptor.TypeObjectsConverter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONInterceptor

Delphi

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

C++

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

Description

Converter that transforms any object into an array of intermediate objects.

  • Data is the current object instance.

See Also