SOAPHTTPTrans.THTTPReqResp.OnWinInetError
From RAD Studio VCL Reference
Contents |
Delphi Information
From SOAPHTTPTrans.pas
property OnWinInetError: Cardinal read FOnWinInetError write FOnWinInetError;
Unit: SOAPHTTPTrans
Type: event
Visibility: published
Member Of: THTTPReqResp
C++ Information
From SOAPHTTPTrans.hpp
__property TWinInetErrorEvent OnWinInetError;
Unit: SOAPHTTPTrans
Type: property
Visibility: public
Member Of: THTTPReqResp
Description
OnWinInetError is triggered whenever an error occurs in a SOAP communication.
Write an OnWinInetError event handler to notify the end user about the errors that occur during a SOAP communication.