appevents ShowMainForm property
Return to Introduction  Previous page  Next page
Applies to
acAppEvents component.  

Declaration
property ShowMainForm: Boolean;  

Description
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.  
 
tip The acAppEvents.ShowMainForm is the same as Application.ShowMainForm.