REST.JsonReflect.TJSONUnMarshal.ClassTypeOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClassTypeOf(Data: TObject; Field: string; AConvertName: boolean = true): TClass;

C++

System::TClass __fastcall ClassTypeOf(System::TObject* Data, System::UnicodeString Field, bool AConvertName = true);

Properties

Type Visibility Source Unit Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal

Description

Returns the meta-class of the specified field.