Data.DBXJSONReflect.TJSONUnMarshal.HasObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONUnMarshal

Delphi

function HasObject(const ObjId: string): Boolean;

C++

bool __fastcall HasObject(const System::UnicodeString ObjId);

Description

Specifies whether the parameter identifies a created object.

The HasObject method returns True if the ObjId parameter identifies a created object.

See Also