JVCL Help:TJvCustomUrlGrabberThread
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomUrlGrabberThread Class
[+] JvUrlListGrabber.pas Classes
[+] TJvCustomUrlGrabberThread Fields
[+] TJvCustomUrlGrabberThread Methods
[+] TJvCustomUrlGrabberThread Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomUrlGrabberThread
TJvFtpUrlGrabberThread
TJvHttpUrlGrabberThread
TJvLocalFileUrlGrabberThread
run\JvUrlListGrabber.pas
Summary
A thread that will grab the given URL in the background
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.
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