System.Win.ScktComp.TServerAcceptThread.Execute
Delphi
procedure Execute; override;
C++
virtual void __fastcall Execute();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | System.Win.ScktComp.pas System.Win.ScktComp.hpp | System.Win.ScktComp | TServerAcceptThread | 
Description
The Execute method ensures that ServerSocket accepts incoming client connections.
On incoming client connections attempts, a TServerWinSocket object creates a TServerAcceptThread instance on suspended state. The Execute method ensures that ServerSocket accepts incoming client connections.