Data.DBXJSONReflect.TStringListInterceptor.TypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

Description

Reverter that creates a value based on an object.

Data.DBXJSONReflect.TStringListInterceptor.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