REST.JsonReflect.TJSONUnMarshal.GetFieldType

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

Delphi

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

C++

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

プロパティ

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


説明

Field の名前に対応する TRttiField オブジェクトを返します。Field は、Data オブジェクトのメンバでなければなりません。

関連項目