Data.DBXJSONReflect.TJSONUnMarshal.GetFieldType

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

Delphi

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

C++

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

プロパティ

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


説明

フィールドの実行時型情報を返します。


  • Data はオブジェクト インスタンスを表します。
  • Field はフィールド名です。

関連項目