RAD Studio VCL Reference
|
Generates an OnSocketEvent event for the associated server socket.
procedure Event(SocketEvent: TSocketEvent); virtual;
virtual __fastcall Event(TSocketEvent SocketEvent);
TServerClientThread assigns the Event method as an event handler for the OnSocketEvent method of the associated TClientWinSocket object. This allows events generated by the client to trigger client events on the server socket.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|