RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.SetOnClientError Method

Sets the OnClientError event handler.

Pascal
procedure SetOnClientError(Value: TSocketErrorEvent);
C++
__fastcall SetOnClientError(TSocketErrorEvent Value);

Applications cannot call this protected method. SetOnClientError sets the OnClientError event handler of the TServerWinSocket object that describes the server endpoint of the listening connection. Server socket objects use TServerWinSocket to implement their OnClientError event. 

 

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