Data.FireDACJSONReflect.TFDJSONInterceptor.TypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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