JVCL Help:TJvGrabberNotifyEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvGrabberNotifyEvent type
[+] JvUrlListGrabber.pas Types
Search in JVCL Help
Search in all projectsSummary
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.
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 |
Description
This type is used by (for reference): TJvUrlListGrabber.OnClosingConnectionTJvUrlListGrabber.OnConnectedToServerTJvUrlListGrabber.OnConnectingToServerTJvUrlListGrabber.OnConnectionClosedTJvUrlListGrabber.OnNameResolvedTJvUrlListGrabber.OnReceivingResponseTJvUrlListGrabber.OnRequestCompleteTJvUrlListGrabber.OnRequestSentTJvUrlListGrabber.OnResolvingNameTJvUrlListGrabber.OnResponseReceivedTJvUrlListGrabber.OnSendingRequest
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