REST.JsonReflect.TJSONUnMarshal.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject(ObjId: string): TObject;

C++

System::TObject* __fastcall GetObject(System::UnicodeString ObjId);

Properties

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

Description

The GetObject method returns the stored object based on its ObjId.

See Also