Internet Direct (Indy)
|
Constructor for the object instance.
constructor Create( AThread: TIdThread ); virtual; overload;
Parameters |
Description |
AThread |
Indy Thread to receive the synchronization message. |
Create is the overloaded constructor for the object instance.
Create ensures that the thread notification mechanism in GNotifyThread is initialized by calling CreateNotifyThread. Create calls the overloaded constructor using GNotifyThread as the thread to receive notification messages.
Use Destroy to free the object instance.
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. |