Internet Direct (Indy) Version 9.0.2 Beta
TIdSync.Create
Constructor for the object instance.

constructor Create(AThread: TIdThread); virtual;
Parameters
AThread: TIdThread
Indy Thread to receive the notify or synchronize message.

Description
Create is the constructor for the object instance, and calls the inhertied Create method to initiailize properties in the object. Create sets Thread to the Indy thread instance specified in AThread.