![]() |
![]() ![]() ![]() |
acAppEvents component.
|
property OnRestore: TNotifyEvent;
|
The OnRestore event occurs when the previously minimized application is restored to its normal size.
|
|
Write an OnRestore event handler to perform special processing when the application is restored from the minimized state in which it appears as an icon. An application is restored either because the user restores the application, or because the application calls the Restore method.
|
![]() |
OnMinimize event.
|