Indy 9
TIdExceptionThreadComponentEvent
See Also, Unit: IdThreadComponent
Event type signalled when an exception occurs for a threaded component.
TIdExceptionThreadComponentEvent = procedure (Sender: TIdCustomThreadComponent; AException: Exception) of object;
Unit
IdThreadComponent
Parameters
AException
Exception triggering the event notification.
Sender
Component for the event notification.
Description
TIdExceptionThreadComponentEvent is an event type signalled when an exception is raised during execution of the thread for a TIdCustomThreadComponent threaded component. TIdExceptionThreadComponentEvent is the event type signalled to the TIdThreadComponent.OnException event handler.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.