|
|
|
| acAppEvents component.
|
| property ShowMainForm: Boolean;
|
| The ShowMainWindow property determines whether the application shows its main form on startup.
|
|
|
| Use ShowMainForm to control whether and when the application shows its main form.
|
| The default value of True is set in the constructor. By default the main window shows.
|
|
|