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 エラー処理イベントを保持します。

関連項目