REST.JsonReflect.TJSONUnMarshal.GetFieldType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetFieldType(Data: TObject; Field: string): TRttiField;

C++

System::Rtti::TRttiField* __fastcall GetFieldType(System::TObject* Data, System::UnicodeString Field);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


Description

Renvoie un objet TRttiField pour le nom Field. Le champ est supposé être membre de l'objet Data.

Voir aussi