Hi, What is the rules regarding a TThread descendants and public events. I created a thread that has OnXXX events. These events are triggered in the Execute method of that event.
Now my main event (which manages the application GUI) hooked into these event by implementing event handlers. Those event handlers take the data from the event and updates a StringGrid. Is this safe to do? Must the thread execute the event via a Synchronize() call, or is it now needed? The reason I'm not sure here, is because the thread doesn't actuall update the GUI component (stringgrid in this example) directly, it just triggers the event. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net:8080/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal