RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.GetGetSocketEvent Method

Returns the OnGetSocket event handler.

Pascal
function GetGetSocketEvent: TGetSocketEvent;
C++
__fastcall TGetSocketEvent GetGetSocketEvent();

Applications cannot call this protected method. GetGetSocketEvent returns the OnGetSocket 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!