RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.SetOnClientEvent Method

Sets the client event handlers of the associated TServerWinSocket object.

Pascal
procedure SetOnClientEvent(Index: Integer; Value: TSocketNotifyEvent);
C++
__fastcall SetOnClientEvent(int Index, TSocketNotifyEvent Value);

Applications cannot call this protected method. SetOnClientEvent sets the various event handlers that respond to events from the server endpoint of a client connection. Server socket components use TServerWinSocket to implement these events. 

 

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