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. 

 

ESocketError 

InitSocket 

ASyncStyles

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!