JVCL Help:TJvUrlListGrabber

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvUrlListGrabber
run\JvUrlListGrabber.pas


Summary

This component will grab a list of URLs in the background

run\JvUrlListGrabber.pas


Pascal

 run\JvUrlListGrabber.pas
 TJvUrlListGrabber = class(TJvComponent);


Description

  1. 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.

run\JvUrlListGrabber.pas


About

Navigation

run\JvUrlListGrabber.pas



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