company logo

ApplicationContext - GUI Application context

The application context class is typically used for implementing application actions defined in the application menu or other common services for the application. Usually, the application context exists as project context, which inherits from application context. Multiple application projects, however, may refer to several applications, where each application gets its own context class instance.

In order to implement application specific behavior, a resource identification number (resource-ID) and a context class inheriting from ApplicationContext must be assigned to the application resource.

Context classes are constructed by the system and cannot be constructed or destructed by the application.

Functions