type

 TScErrorEvent = procedure(Sender: TObject; E: Exception) of object;

 

property OnException: TScErrorEvent;

 

Description

Occurs when an error arises in the main thread of the TCP server.

The event handler is called in the thread where the exception has been generated.

 

Parameters:

Sender - the object whose event handler is called;
E - the object that describes the exception.

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support