Data.DBXJSONReflect.TJSONInterceptor.ObjectsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectsConverter(Data: TObject; Field: string): TListOfObjects; virtual;

C++

virtual TListOfObjects __fastcall ObjectsConverter(System::TObject* Data, System::UnicodeString Field);

Properties

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

Description

Converter that transforms a field value into an array of objects.

  • Data is the object that is currently being serialized.
  • Field is the field name.

See Also