Internet Direct (Indy)
Home
PreviousUpNext
TIdCmdTCPClientListeningThread.Create Constructor

Constructor for the object instance.

Pascal
constructor Create(
    AClient: TIdCmdTCPClient
); reintroduce;
Parameters 
Description 
AClient 
Client for the listening thread. 

Create is the reintroduced constructor for the object instance. 

Create calls the Create constructor indicating that the thread is not created in a suspended state and uses an inner loop during thread execution. 

Create initializes the Context member variable for the listening thread, and assigns the value in AClient to the Client property. 

Create sets FreeOnTerminate to False prior to exiting from the method.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.