Vcl.Forms.TApplication.Restore

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Restore;

C++

void __fastcall Restore(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Restores a minimized application to its normal size.

Use Restore to restore the application to its previous size before it was minimized. When the user restores the application to normal size, Restore is automatically called.

Note: Don't confuse the Restore method, which restores the entire application, with restoring a form or window to its original size. To minimize, maximize, and restore a window or form, change the value of its WindowState property.

See Also

Code Examples