Restores a previously minimized application.
Source position: forms.pp line 1528
public procedure TApplication.Restore; |
Calls the AppRestore method in the widgetset class, which generally restores the main form for the application and re-focuses its active control. It will also restore an active modal dialog.
|
Asks the widgetset to minimize the application. |