Data.DBXJSONReflect.TJSONUnMarshal.FieldTypeReverter

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。