Data.DBXJSONReflect.TJSONUnMarshal.GetFieldType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetFieldType(Data: TObject; const Field: string): TRTTIField;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal


Description

Renvoie les informations de type à l'exécution du champ.

  • Data représente l'instance d'objet.
  • Field est le nom du champ.

Voir aussi