Vcl.Forms.TCustomForm.WindowState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WindowState: TWindowState read FWindowState write SetWindowState

C++

__property System::Uitypes::TWindowState WindowState = {read=FWindowState, write=SetWindowState, stored=IsForm, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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