RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.OnErrorEvent Event

Occurs when the socket fails in making, using, or shutting down a connection.

Pascal
property OnErrorEvent: TSocketErrorEvent;
C++
__property TSocketErrorEvent OnErrorEvent;

Socket components provide an OnErrorEvent event handler that converts error notifications into error events on the socket component. Most applications will therefore not provide an event handler for OnErrorEvent. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!