Bde.DBTables.EDBEngineError.Errors

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

Delphi

property Errors[Index: Integer]: TDBError read GetError;

C++

__property TDBError* Errors[int Index] = {read=GetError};

プロパティ

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

説明

ボーランドデータベースエンジンのエラースタックのリストを表示します。

Errors プロパティは TDBError オブジェクトのインデックスです。最初のエラーのインデックス値は 0 になります。

関連項目