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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|