RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.GetOnClientError Method

Returns the OnClientError event handler.

Pascal
function GetOnClientError: TSocketErrorEvent;
C++
__fastcall TSocketErrorEvent GetOnClientError();

Applications cannot call this protected method. GetOnClientError returns the OnClientError event handler of the TServerWinSocket object that describes the server endpoint of the listening connection. 

 

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