Data.DBXJSONReflect.TJSONUnMarshal.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONUnMarshal

Delphi

function GetObject(const ObjId: string): TObject;

C++

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

Description

Returns a stored object based on its ID.

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

See Also