Bde.DBTables.EDBEngineError.ErrorCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ErrorCount: Integer read GetErrorCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables EDBEngineError

説明

Errors プロパティに含まれるエラーの総数を示します。

エラースタック内にあるエラーを反復するときに,ErrorCount を上限として使用します。

関連項目