System.Win.ScktComp.TServerClientThread.StartConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartConnect: Boolean;

C++

bool __fastcall StartConnect(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerClientThread

Description

Indicates when the thread is ready to execute.

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.

See Also