Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Specifies whether the parameter identifies a created object.

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

See Also