Class XppApplication() Foundation

Class function of the XppApplication class

Subclass
Description

The class XppApplication implements functionality commonly used in Xbase++ applications. Only one application object exists per application. The class XppApplication is used primarily with text mode applications. For GUI and Hybrid Mode applications, a specialized sub-class XbpApplication() is provided.

No instances should be created of the XppApplication class. Instead, access to the members and methods of the global XppApplication object is carried out through class member variables and methods. Use the function GetApplication() to access the global application object.

Class Variables
:cargo
Class variable for ad-hoc use.
Class Methods
:handleEvent()
Processes application events.
Application events
:systemPowerStatus
A change has occured in the power state of the system.
Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.