Data.DBXJSONReflect.TTypeObjectsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTypeObjectsReverter = reference to function(Data: TListOfObjects): TObject;

C++

__interface TTypeObjectsReverter  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Description

Represents the type for reverters that transform any field value of the registered type into an array of objects.

TTypeObjectsReverter represents the type for reverters that transform any field value of the registered type into an array of objects.

Note: The Data parameter specifies the object value of the current field.

See Also