Bde.DBTables.TDBError.ErrorCode

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

Delphi

property ErrorCode: DBIResult read FErrorCode;

C++

__property System::Word ErrorCode = {read=FErrorCode, nodefault};

プロパティ

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


説明

BDE(ボーランド データベース エンジン)から返されたエラー コードを示します。

ErrorCode を使用すると、BDE から返されたエラー コードがわかります。ErrorCode の値は、BDE エラー コードの上位バイト(Category プロパティ内)と下位バイト(SubCode プロパティ内)を組み合わせたものです。

関連項目