appevents OnMinimize event
Return to Introduction  Previous page  Next page
Applies to
acAppEvents component.  

Declaration
property OnMinimize: TNotifyEvent;  

Description
The OnMinimize event occurs when an application is minimized.  
 
Write an OnMinimize event handler to perform special processing when the application is minimized. The application is minimized, either because the user minimizes the main window, or because of a call to the Minimize method. The Icon property determines the icon that represents the minimized application.  

See also
OnRestore event.