JVCL Help:TJvUrlListGrabber.OnProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvUrlListGrabber.OnProgress Event
[+] TJvUrlListGrabber Events
[+] TJvUrlListGrabber Methods
[+] TJvUrlListGrabber Properties
Search in JVCL Help
Search in all projectsSummary
This event is triggered while the grabbing is in progress for a grabber
Pascal
TJvGrabberProgressEvent = procedure (Sender: TJvUrlListGrabber; Grabber: TJvCustomUrlGrabber; Position, TotalSize: Int64; Url: string; var Continue: Boolean) ofobject;
propertyOnProgress: TJvGrabberProgressEvent;
Parameters
Parameters | Description |
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 |
Sender | The TJvUrlListGrabber object to which the grabber belongs |
Grabber | The grabber object that has made some progress |
Position | The position in the object where the grabbing process is at the moment |
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