System.Win.ScktComp.TServerClientThread.EndConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EndConnect: Boolean;

C++

bool __fastcall EndConnect();

Properties

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

Description

Indicates whether the thread should execute again for another client.

The Execute method calls EndConnect when the ClientExecute method finishes. It frees all memory associated with the current client connection and checks whether the Thread is being reused for another client connection. If the thread should be reused, EndConnect returns true to indicate that the ClientExecute method should be called again.

See Also