System.Win.ScktComp.TServerAcceptThread.Execute

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also