FireDAC.Phys.MongoDBWrapper.TMongoObject.Error

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Error: TMongoError read GetError;

C++

__property TMongoError* Error = {read=GetError};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoObject


Description

En lecture seule. Renvoie une référence à l'objet de gestion d'erreur.

Remarque : Cette propriété est un raccourci pour la propriété TMongoEnv.Error.

Voir aussi