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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |