FireDAC.Phys.MongoDBWrapper.TMongoObject.Error

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Error: TMongoError read GetError;

C++

__property TMongoError* Error = {read=GetError};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoObject


Beschreibung

Schreibgeschützt. Gibt eine Referenz auf das Fehlerbehandlungsobjekt zurück.

Hinweis: Diese Eigenschaft ist eine Verknüpfung zur Eigenschaft TMongoEnv.Error.

Siehe auch