|
Previous Top Next |
This template is used along with the Icetips Window Manager class to add the global class to the application. The template and class make it possible to close all windows in an ABC application with one command. A procedure template needs to be added to the procedures you wish to interact with the global class. In a multi-dll application this template must be added to ALL your applications including the base/exporting application so the class is declared and exported properly. If that is not done, your application may not compile or it may GPF at runtime.
Global Threading Class | The label of the global class. By default it's set to GlobalWindows. |