Data.DBXJSONReflect.TJSONUnMarshal.StoreObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Beschreibung

Speichert ein Objekt, das sich auf der Objekt-ID basiert.

Die StoreObject-Methode speichert ein Objekt auf Basis einer Objekt-ID.

Siehe auch