Data.DBXJSONReflect.TJSONUnMarshal.StoreObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Stores an object based on the object ID.

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

See Also