RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.GetOnClientEvent Method

Provides indexed access to the various event handlers that respond to client events.

Pascal
function GetOnClientEvent(Index: Integer): TSocketNotifyEvent;
C++
__fastcall TSocketNotifyEvent GetOnClientEvent(int Index);

Applications can't call this protected method. It is used internally to implement the event handlers that respond to client events. 

 

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