Data.DBXJSONReflect.TJSONUnMarshal.FieldTypeReverter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function FieldTypeReverter(ctxType: TRttiType): TJSONInterceptor; overload;
function FieldTypeReverter(Data: TObject; const Field: string): TJSONInterceptor; overload;

C++

TJSONInterceptor* __fastcall FieldTypeReverter(System::Rtti::TRttiType* ctxType)/* overload */;
TJSONInterceptor* __fastcall FieldTypeReverter(System::TObject* Data, const System::UnicodeString Field)/* overload */;

Description

Embarcadero Technologies does not currently have any additional information.