表示: Delphi C++
表示設定

Bde.DBTables.DbiError

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

procedure DbiError(ErrorCode: DBIResult);

C++

extern PACKAGE void __fastcall DbiError(System::Word ErrorCode);

プロパティ

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

説明

ボーランドデータベースエンジン(BDE)によって返されたエラーコードの EDBEngineError 例外を作成して生成します。

DbiError を呼び出すと,ErrorCode パラメータとして渡されたエラーコードの EDBEngineError を生成できます。DbiError は BDE からエラーのエラー文字列を取得し,EDBEngineError 例外を生成します。

関連項目

以前のバージョン
他の言語