Data.FireDACJSONReflect.TFDJSONInterceptor.TypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeObjectReverter(AData: TObject): TObject; override;

C++

virtual System::TObject* __fastcall TypeObjectReverter(System::TObject* AData);

Properties

Type Visibility Source Unit Parent
function public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONInterceptor

Description

Reverter that creates a value based on an object.

Data.FireDACJSONReflect.TFDJSONInterceptor.TypeObjectReverter inherits from Data.DBXJSONReflect.TJSONInterceptor.TypeObjectReverter. All content below this line refers to Data.DBXJSONReflect.TJSONInterceptor.TypeObjectReverter.

Reverter that creates a value based on an object.

  • Data is the intermediate object.

See Also