Soap.SOAPHTTPTrans.THTTPReqResp.HandleWinInetError

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  HandleWinInetError(LastError: DWord; Request: HINTERNET; RaiseError: Boolean = False): DWord;

C++

unsigned __fastcall HandleWinInetError(unsigned LastError, void * Request, bool RaiseError = false);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Déclenche un événement OnWinInetError.

N'appelez pas directement la méthode HandleWinInetError. La méthode HandleWinInetError est utilisée en interne pour déclencher des événements OnWinInetError.

Voir aussi