JVCL Help:TJvUrlListGrabber.Grabbers

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvUrlListGrabber.URLs


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