[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.Restore

Restores a previously minimized application.

Declaration

Source position: forms.pp line 1528

public procedure TApplication.Restore;

Description

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.

See also

TApplication.Minimize

  

Asks the widgetset to minimize the application.