Class XppApplication() Foundation
Class function of the XppApplication class
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.
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.