Performs Synchronize call using a thread method.
Parameters |
Description |
AMethod |
Thread method to execute to implement the synchronization message. |
SynchronizeMethod is a class procedure used to perform a Synchronize call using the method in AMethod and the thread in Thread.
SynchronizeMethod creates (and frees) a TIdSync instance in its implementation, and uses its Thread to perform the Synchronize call for AMethod.
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. |