![]() |
![]() ![]() ![]() |
WinHTTP component.
|
function ReadRange(StartRange: Cardinal; EndRange: Cardinal = 0; ForceWaitThread: Boolean = False);
|
The ReadRange property downloads part of some binary data file from the Web. The part of that file can be specified by StartRange and EndRange parameters.
|
|
StartRange parameter specifies starting position of data block to download, and the EndRange parameter specified the end of the block. In case if EndRange is 0, the component will download part from StartRange till the end of file.
|
|
![]() |
URL, RequestMethod and Busy properties;
|
WaitThread and WaitTimeout properties;
|
Read, Abort, Pause, Resume methods.
|