Board index » cppbuilder » Synchronize?

Synchronize?


2007-03-29 08:05:00 AM
cppbuilder86
Haven't done any Indy programming for a while, so I'm quite rusted and I
realize the components have changed a lot.
Using Turbo C++
Using TIdTCPServer
From the OnCommand (from a command handler), how should I Synchronize
in order to access the GUI? Actually, I'm just trying to test stuff with
a simple ShowMessage (which, obviously, cannot be done from outside the
main thread).
Thanks,
Tom :)
 
 

Re:Synchronize?

"Tom420" < XXXX@XXXXX.COM >wrote in message
Quote
From the OnCommand (from a command handler), how should
I Synchronize in order to access the GUI?
Use the TIdSync class.
Gambit