JVCL Help:TJvGrabberStatus

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

Search in JVCL Help

 
Search in all projects
 

Summary

The status of a grabber

run\JvUrlListGrabber.pas


Pascal

 run\JvUrlListGrabber.pas
 TJvGrabberStatus = (
gsStopped,
gsConnecting,
gsGrabbing,
gsStopping
);


Members

Members Description
gsStopped The grabber is stopped.
gsConnecting The grabber is connecting to the server.
gsGrabbing The grabber is grabbing.
gsStopping The grabber is stopping.

run\JvUrlListGrabber.pas


Description

The status can be : gsStopped gsConnecting gsGrabbing gsStopping

run\JvUrlListGrabber.pas


About

Navigation

no pages or subcategories

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