Create the Application object
Source position: MUIClass.Base.pas line 211
public constructor TMUIApplication.Create; override; |
At the moment it's not planed to have multiple Application objects, thus it could make sense to emulate Modal windows. Complain if you want to have that changed. The main application object will be automatically created at start of the program and destroyed at the end.
|
The global MUI Application object |