Data.DBXJSONReflect.TJSONUnMarshal.ClassTypeOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClassTypeOf(Data: TObject; const Field: string): TClass;

C++

System::TClass __fastcall ClassTypeOf(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 metaclass of a field.

The ClassTypeOf method returns the metaclass of a field. The Data parameter specifies the object instance. The Field parameter specifies the field name.

See Also