Data.DBXJSONReflect.TJSONUnMarshal.GetFieldType
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONUnMarshal | |
Delphi
function GetFieldType(Data: TObject; const Field: string): TRTTIField;
C++
System::Rtti::TRttiField* __fastcall GetFieldType(System::TObject* Data, const System::UnicodeString Field);
Description
Returns the field's run-time type information.
Datarepresents the object instance.
Fieldis the field name.