Event type used to signal state change in a connection intercept.
TIdInterceptNotifyEvent = procedure (ASender: TIdConnectionIntercept) of object;
Parameters |
Description |
ASender |
Connection intercept for the event notification. |
TIdInterceptNotifyEvent is an object procedure that represents the type for event handlers used to perform notification of state change in a connection intercept.
TIdInterceptNotifyEvent is the type used for the TIdConnectionIntercept.OnConnect and TIdConnectionIntercept.OnDisconnect event handler properties.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|