Soap.SOAPHTTPTrans.THTTPReqResp.OnWinInetError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property  OnWinInetError: TWinInetErrorEvent read FOnWinInetError write FOnWinInetError;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

L'événement OnWinInetError est déclenché quand une erreur se produit dans une communication SOAP.

Ecrivez un gestionnaire d'événement OnWinInetError pour notifier l'utilisateur final des erreurs qui surviennent durant une communication SOAP.

Voir aussi