JVCL Help:TJvCustomUrlGrabber.OnProgress
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomUrlGrabber.OnProgress Event
[+] TJvCustomUrlGrabber Events
[+] TJvCustomUrlGrabber Methods
[+] TJvCustomUrlGrabber Properties
Search in JVCL Help
Search in all projectsSummary
This event is triggered while the grabbing is in progress
Pascal
TJvUrlGrabberProgressEvent = procedure (Sender: TObject; Position, TotalSize: Int64; Url: string; var Continue: Boolean) ofobject;
propertyOnProgress: TJvUrlGrabberProgressEvent;
Parameters
Parameters | Description |
Url | The URL of the object being grabbed |
Continue | If you set this value to False, the grabbing will be canceled |
TotalSize | The total size of the object being grabbed. It may be 0 if the protocol could not give the size of the object |
Sender | 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