Internet Direct (Indy)
Home
PreviousUpNext
TIdSync.Create Constructor (TIdThread)

Constructor for the object instance.

Pascal
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.

GNotifyThread 

CreateNotifyThread 

TIdSync.Thread 

TIdSync.Create

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.