FireDAC.Phys.MongoDBWrapper.TMongoObject.Error

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Error: TMongoError read GetError;

C++

__property TMongoError* Error = {read=GetError};

Properties

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

Description

Read-only. Returns a reference to the error handling object.

Note: This property is a shortcut to the TMongoEnv.Error property.

See Also