Provides static methods and properties to manage an application, such as methods to start and stop an application, to process Windows messages, and methods to get information about an application. This class cannot be inherited.
- Examples
- The following code example demonstrates the use of application class.
- Examples
- How to manage exception with application class.
◆ xtd_forms_application_run()
Begins running a standard application message loop on the current thread, and makes the specified form visible.
- Parameters
-
main_form | A form that represents the form to make visible. |
- Library
- xtd_c.forms
- Examples
- The following code example demonstrates the use of application run method.