Bde.DBTables.EDBEngineError.ErrorCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: EDBEngineError

Delphi

property ErrorCount: Integer read GetErrorCount;

C++

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

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