JVCL Help:TJvUrlListGrabber.Grabbers
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvUrlListGrabber.Grabbers Property
[+] TJvUrlListGrabber Events
[+] TJvUrlListGrabber Methods
[+] TJvUrlListGrabber Properties
Search in JVCL Help
Search in all projectsSummary
The Grabber objects currently running
Pascal
propertyGrabbers [constIndex: Integer]: TJvCustomUrlGrabber;
Parameters
Parameters | Description |
Index | Index of the grabber |
Description
This property contains the list of currently running grabbers. Hence, if Start has not been called, or all grabbers have finished their operation, it will be empty. Use GrabberCount to get the number of elements in this array. Note that if MaxSimultaneousGrabbers is greater than 0, this array will only contain up to this value, and not as many grabbers as there are URLs. This can then be used to limit the number of simultaneous grab operations.
See Also
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