Data.DBXJSONReflect.TJSONUnMarshal.FieldTypeReverter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.