Internet Direct (Indy)
Home
PreviousUpNext
TIdCustomTCPServer.OnListenException Event

Event handler for an exception in a listener thread.

Pascal
property OnListenException: TIdListenExceptionEvent;

OnListenException is a TIdListenExceptionEvent property that represents the event handler signalled when an exception is raised during execution of one of the TIdListenerThread instances for the server. 

OnListenException is signalled with the server context in the listener thread when an exception other than EAbort occurs during execution of the specific listener thread. 

Applications must assign a procedure to the event handler to allow a response to the event notification after setting the Active property in the Server to True.

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.