[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 1632

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.

Use Minimize to hide the forms and dialogs for the application, and to optionally display the minimized form(s) on the Task bar.

See also

TApplication.Minimize

  

Asks the widgetset to minimize the application.

TApplication.MainForm

  

Contains the main form for the application.

TCustomForm.FormState

  

State flags for the form.

TCustomForm.WindowState

  

Indicates whether the form is displayed in a minimized, maximized, full-screen or normal state.

TCustomForm.Visible

  

Indicates if the control is visible on its parent.


Version 3.2 Generated 2024-02-25 Home