REST.JsonReflect.TJSONUnMarshal.HasObject
Delphi
function HasObject(const ObjId: string): Boolean;
C++
bool __fastcall HasObject(const System::UnicodeString ObjId);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp | REST.JsonReflect | TJSONUnMarshal | 
Description
The  HasObject method returns True if the specified ObjId identifies a created object, otherwise it returns False.