RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerClientThread.StartConnect Method

Indicates when the thread is ready to execute.

Pascal
function StartConnect: Boolean;
C++
__fastcall Boolean StartConnect();

The Execute method calls StartConnect to determine when to call ClientExecute. StartConnect waits until the Reactivate method has signaled that the thread is properly initialized, and then returns true if the thread is ready to run. If the thread is terminated for any reason before it is fully initialized, StartConnect returns false. 

 

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