Objective Grid can be used in a multithreaded application but it cannot be updated from multiple threads. In general, all interaction with the grid has to be through the thread that created it. You can do very easily by using Windows messages and calling PostMessage() or PostThreadMessage() as appropriate. This will ensure that calls are always made from the context of the correct thread.
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.