REST.JsonReflect.TJSONUnMarshal.HasObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function HasObject(ObjId: string): Boolean;

C++

bool __fastcall HasObject(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 HasObject renvoie True si l'identificateur ObjId spécifié identifie un objet créé. Sinon, elle renvoie False.

Voir aussi