REST.JsonReflect.TJSONUnMarshal.GetFieldType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

System::Rtti::TRttiField* __fastcall GetFieldType(System::TObject* Data, 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.

See Also