FireDAC.Stan.Error.EFDDBEngineException.ErrorCount

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

Delphi

property ErrorCount: Integer read GetErrorCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBEngineException

説明

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

ErrorCount プロパティを、エラー コレクション内のエラー群を走査する際の、上限値として使用します。

関連項目