REST.JsonReflect.TJSONUnMarshal.HasObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasObject(ObjId: string): Boolean;

C++

bool __fastcall HasObject(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.

See Also