REST.JsonReflect.TJSONUnMarshal.GetFieldType

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

Delphi

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

C++

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

プロパティ

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


説明

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

関連項目