JVCL Help:TJvGrabberNotifyEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

This is the type of the events triggered when one of the grabbers has triggered its own event to indicate a change in its state.

run\JvUrlListGrabber.pas


Pascal

 run\JvUrlListGrabber.pas
 TJvGrabberNotifyEvent = procedure (Sender: TJvUrlListGrabber; Grabber: TJvCustomUrlGrabber) ofobject;


Parameters

Parameters Description
Sender The TJvUrlListGrabber object containing the grabber
Grabber The grabber at the source of the event

run\JvUrlListGrabber.pas


Description

This type is used by (for reference): TJvUrlListGrabber.OnClosingConnectionTJvUrlListGrabber.OnConnectedToServerTJvUrlListGrabber.OnConnectingToServerTJvUrlListGrabber.OnConnectionClosedTJvUrlListGrabber.OnNameResolvedTJvUrlListGrabber.OnReceivingResponseTJvUrlListGrabber.OnRequestCompleteTJvUrlListGrabber.OnRequestSentTJvUrlListGrabber.OnResolvingNameTJvUrlListGrabber.OnResponseReceivedTJvUrlListGrabber.OnSendingRequest

run\JvUrlListGrabber.pas


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