|
|
|
| acAppEvents component.
|
| property OnMinimize: TNotifyEvent;
|
| 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.
|
| OnRestore event.
|