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);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp | REST.JsonReflect | TJSONUnMarshal | 
Description
Returns a TRttiField object for the Field name. Field is expected to be member of the Data object.