Class XbpApplication() Foundation

Class function of the XbpApplication class

Superclass
Description

Class XbpApplication is a specialized application class for GUI and Hybrid Mode applications. Only one application object exists per application.

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

Class members
:enableVisualStyles
Enable or disable visual styles for the application.
:mainForm
The main form of the application.
Class Methods
:getEnableVisualStyles()
Determines whether visual styles are enabled for the application.
:setEnableVisualStyles()
Enable or disable visual styles for the application.
:setMainForm()
Define the main form of the application.
Global events
:systemPropertyChanged
A system property was changed.
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.