Data.DBXJSONReflect.TStringListInterceptor.TypeObjectConverter
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. {{#multireplace:Data.DBXJSONReflect.TStringListInterceptor.TypeObjectConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXJSONReflect.TJSONInterceptor.TypeObjectConverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Converter that transforms an object into an equivalent that can be eventually marshalled.
Datais the current object instance.