Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Returns a stored object based on its ID.

The GetObject method returns a stored object based on its ID.

See Also