Data.DBXJSONReflect.TJSONUnMarshal.StoreObject

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure StoreObject(const ObjId: string; Obj: TObject);

C++

void __fastcall StoreObject(const System::UnicodeString ObjId, System::TObject* Obj);

Description

Stores an object based on the object ID.

The StoreObject method stores an object based on the object ID.

See Also