RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerSocketThread.OnGetThread Event

Creates and initializes a client socket thread when a connection is requested.

Pascal
property OnGetThread: TGetThreadEvent;
C++
__property TGetThreadEvent OnGetThread;

An OnGetThread event occurs when a connection is requested. The event handler creates an instance of TClientSocketThread and initializes it. Write an event handler on TCustomTcpServer to create and initialize instances of your own client socket thread class. 

 

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