REST.JsonReflect.TJSONUnMarshal.GetFieldType
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 オブジェクトのメンバでなければなりません。