type

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

 

property OnAsyncError: TScErrorEvent;

 

Description

Occurs when an exception is raised during asynchronous data receiving.

Sender is the object that raised the exception.

E is the exception object that describes the exception.

 

See Also

OnAsyncReceiveData

 

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