Soap.SOAPHTTPTrans.THTTPReqResp.OnWinInetError

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

Delphi

property  OnWinInetError: TWinInetErrorEvent read FOnWinInetError write FOnWinInetError;

C++

__property TWinInetErrorEvent OnWinInetError = {read=FOnWinInetError, write=FOnWinInetError};

プロパティ

種類 可視性 ソース ユニット
event published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

説明

SOAP の通信でエラーが起きると、必ず OnWinInetError が発生します。

OnWinInetError イベント ハンドラを記述すると、SOAP 通信中に発生したエラーについてエンド ユーザーに通知することができます。

関連項目