RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.SetGetSocketEvent Method

Sets the OnGetSocket event handler.

Pascal
procedure SetGetSocketEvent(Value: TGetSocketEvent);
C++
__fastcall SetGetSocketEvent(TGetSocketEvent Value);

Applications cannot call this protected method. SetGetSocketEvent sets the OnGetSocket event handler of the TServerWinSocket object that describes the server endpoint of the listening connection. Server socket objects use TServerWinSocket to implement their OnGetSocket event. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!