JVCL Help:TJvCustomUrlGrabberThread

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomUrlGrabberThread
TJvFtpUrlGrabberThread
TJvHttpUrlGrabberThread
TJvLocalFileUrlGrabberThread
run\JvUrlListGrabber.pas


Summary

A thread that will grab the given URL in the background

run\JvUrlListGrabber.pas


Pascal

 run\JvUrlListGrabber.pas
 TJvCustomUrlGrabberThread = class(TJvCustomThread);


Description

This is the ancestor of all the grabber threads, and there should be as many descendants as there are TJvCustomUrlGrabber descendants. Basically, a thread is created to handle the connection and grabbing of the file thus allowing the main application to continue to run. All events will be triggered in a call to Synchronize.

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