REST.JsonReflect.TJSONUnMarshal.GetObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetObject(ObjId: string): TObject;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


Description

La méthode GetObject renvoie l'objet stocké, en s'appuyant sur son identificateur ObjId.

Voir aussi