autoupgrader TransferBufferSize property
Return to Introduction  Previous page  Next page
Applies to
acAutoUpgrader and acHTTP components.  

Declaration
type  
  TacBufferSize = 256..MaxInt; // 2147483647 bytes maximum  
 
property TransferBufferSize: TacBufferSize; // 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.