JVCL Help:TJvUrlListGrabber
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvUrlListGrabber Class
[+] JvUrlListGrabber.pas Classes
[+] TJvUrlListGrabber Events
[+] TJvUrlListGrabber Methods
[+] TJvUrlListGrabber Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvUrlListGrabber
run\JvUrlListGrabber.pas
Summary
This component will grab a list of URLs in the background
Pascal
run\JvUrlListGrabber.pas
TJvUrlListGrabber = class(TJvComponent);
Description
- JVCLInfo
This component allows the user to specify a list of URLs to be grabbed and then start grabbing. All the grab operations will be done in parallel in the background, leaving the user's application free to continue its operations. Basically, enter URLs in the URLs property then call Start. The component will create as many grabbers as required. At the time of writing, HTTP, FTP and LocalFile URLs are supported through the use of TJvHttpUrlGrabber, TJvFtpUrlGrabber and TJvLocalFileUrlGrabber.
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