Data.DBXCommon.TDBXReader.OnErrorEvent

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

Delphi

property OnErrorEvent: TDBXErrorEvent read GetErrorEvent;

C++

__property TDBXErrorEvent OnErrorEvent = {read=GetErrorEvent};

プロパティ

種類 可視性 ソース ユニット
event public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXReader

説明

エラー処理イベント。

このプロパティは,この TDBXReaderTDBXErrorEvent エラー処理イベントを保持します。

関連項目