autoupgrader TransferBufferSize property
Return to Introduction  Previous page  Next page
Applies to
auAutoUpgrader and auHTTP components.  

Declaration
type  
  TauBufferSize = 256..MaxInt; // 2147483647 bytes maximum  
 
property TransferBufferSize: TauBufferSize; // 4096 bytes by default  

Description
The TransferBufferSize property specifies the size of buffer (in bytes) for writing or reading data from the Web.  
 
The OnProgress event will be triggered after downloading each block with size specified in this property.  

See also
OnProgress event.  
File not found.