Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIApplication.Run

Run the application.

Declaration

Source position: MUIClass.Base.pas line 220

public procedure TMUIApplication.Run;

Description

If you set everything in your program, configured every Window and item you can start the MUI application with this Method. It will create all the MUI object open the Main Window and run the event loop.

If the main window close it will destroy all MUI objects.

Note: Make sure you set all fields which are marked with [i] (which means only set on Init) are set before this call.

Run() will not return before the Application is finished.

See MUIApp for an example


Documentation generated on: 2024-04-19