Data.DBXJSONReflect.TStringListInterceptor.TypeObjectConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Converter that transforms an object into an equivalent that can be eventually marshalled.

Data.DBXJSONReflect.TStringListInterceptor.TypeObjectConverter inherits from Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter. All content below this line refers to Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter.

Converter that transforms an object into an equivalent that can be eventually marshalled.

  • Data is the current object instance.

See Also