http StartRange property
Return to Introduction  Previous page  Next page
Applies to
WinHTTP component as subproperty of Range structure.  

Declaration
property StartRange: Integer; //   

Description
The StartRange property specifies the starting position (in bytes) of the block of data to download.  
 
For example, if StartRange = 50 and EndRange = 0, the WinHTTP will download the file beginning from 50th byte till the end of file. If StartRange = 50 and EndRange = 89, it downloads 40 bytes from 50th till 89th byte.  
 
If StartRange = 0, the WinHTTP will read data from beginning of file.  

See also
EndRange property.  
File not found.