Internet Direct (Indy) Version 9.0.2 Beta
|
procedure Synchronize(Method: TThreadMethod);
Execution of the thread is suspended while Synchronize completes the call to Method.
Note: Methods can also be protected using critical sections or the multi-read exclusive-write synchronizer.
Note: Synchronize is redeclared as a public method in TIdThread.