Data.DBXJSONReflect.TJSONUnMarshal.GetFieldType

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

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

See Also