JVCL Help:TJvHttpUrlGrabber.OnProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvHttpUrlGrabber.OnProgress Event
[+] TJvHttpUrlGrabber Events
[+] TJvHttpUrlGrabber Methods
[+] TJvHttpUrlGrabber Properties
Search in JVCL Help
Search in all projectsSummary
This event is triggered while the grabbing is in progress
Pascal
propertyOnProgress: TJvUrlGrabberProgressEvent;
Parameters
Parameters | Description |
Sender | The grabber object that has made some progress |
Position | The position in the object where the grabbing process is at the moment |
TotalSize | The total size of the object being grabbed. It may be 0 if the protocol could not give the size of the object |
Url | The URL of the object being grabbed |
Continue | If you set this value to False, the grabbing will be canceled |
Description
Write here a description
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page