API:REST.JsonReflect.TJSONUnMarshal.CreateObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateObject(AClass: TClass; JsonObj: TJSONObject; AObject:TObject=nil): TObject;

C++

System::TObject* __fastcall CreateObject(System::TClass AClass, System::Json::TJSONObject* JsonObj, System::TObject* AObject = (System::TObject*)(0x0));

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.