Bde.DBTables.EDBEngineError.ErrorCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorCount: Integer read GetErrorCount;

C++

__property int ErrorCount = {read=GetErrorCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables EDBEngineError

Description

Indicates the total number of errors contained in the Errors property.

Use ErrorCount as an upper bound when iterating through the errors in the error stack.

See Also