Data.DBXJSONReflect.TJSONInterceptor.ObjectsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ObjectsReverter(Data: TObject; Field: string;  Args: TListOfObjects); virtual;

C++

virtual void __fastcall ObjectsReverter(System::TObject* Data, System::UnicodeString Field, TListOfObjects Args);

Properties

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

Description

Reverter that sets an object field to a value, based on an array of intermediate objects.

  • Data is the current object instance that is being populated.
  • Field represents the field name.
  • Args is an array of objects.

See Also