RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomServerSocket.SetGetThreadEvent Method

Sets the OnGetThread event handler.

Pascal
procedure SetGetThreadEvent(Value: TGetThreadEvent);
C++
__fastcall SetGetThreadEvent(TGetThreadEvent Value);

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

 

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