Vcl.Forms.TApplication.Minimize
Delphi
procedure Minimize;
C++
void __fastcall Minimize();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Vcl.Forms.pas Vcl.Forms.hpp | Vcl.Forms | TApplication | 
Description
Shrinks an application to the Windows task bar.
Call Minimize to minimize the application. When the user minimizes the application, the Minimize method is automatically called.
Note: Don't confuse the Minimize method, which minimizes an entire application, with minimizing a form or window. To minimize, maximize, or restore a window or form, change the value of its WindowState property.
See Also
Code Examples