Vcl.Forms.TForm.WindowState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WindowState: TWindowState read FWindowState write SetWindowState stored IsForm default 0;

C++

__property WindowState = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Represents how the form appears on the screen.

Vcl.Forms.TForm.WindowState inherits from Vcl.Forms.TCustomForm.WindowState. All content below this line refers to Vcl.Forms.TCustomForm.WindowState.

Represents how the form appears on the screen.

Set WindowState to minimize, maximize, or restore the form window. Read WindowState to determine whether the form is minimized, maximized, or in a normal state.

See Also