Constructor for the object instance.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|