Data.DBXJSONReflect.TJSONUnMarshal.GetFieldType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Returns the field's run-time type information.

  • Data represents the object instance.
  • Field is the field name.

See Also