API:System.Net.HttpClient.THTTPRequest.DoReceiveDataProgress : Différence entre versions

De RAD Studio API Documentation
Aller à : navigation, rechercher
Ligne 7 : Ligne 7 :
 
<span class="lang">Delphi</span>
 
<span class="lang">Delphi</span>
 
<div class="thesig"><source lang="delphi">
 
<div class="thesig"><source lang="delphi">
procedure DoReceiveDataProgress(AStatusCode: Integer; AContentLength: Int64; AReadCount: Int64; var Abort: Boolean);
+
procedure DoReceiveDataProgress(AStatusCode: Integer; AContentLength: Int64; AReadCount: Int64; var AAbort: Boolean);
 
</source></div>
 
</source></div>
 
</div>
 
</div>
Ligne 13 : Ligne 13 :
 
<span class="lang">C++</span>
 
<span class="lang">C++</span>
 
<div class="thesig"><source lang="cpp">
 
<div class="thesig"><source lang="cpp">
void __fastcall DoReceiveDataProgress(int AStatusCode, __int64 AContentLength, __int64 AReadCount, bool &Abort);
+
void __fastcall DoReceiveDataProgress(int AStatusCode, __int64 AContentLength, __int64 AReadCount, bool &AAbort);
 
</source></div>
 
</source></div>
 
</div>
 
</div>

Version du 11 février 2020 à 22:34

Delphi

procedure DoReceiveDataProgress(AStatusCode: Integer; AContentLength: Int64; AReadCount: Int64; var AAbort: Boolean);

C++

void __fastcall DoReceiveDataProgress(int AStatusCode, __int64 AContentLength, __int64 AReadCount, bool &AAbort);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPRequest

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !