Vcl.Forms.TWindowState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWindowState = System.UITypes.TWindowState;

Properties

Type Visibility Source Unit Parent
enum public Vcl.Forms.pas Vcl.Forms Vcl.Forms

Description

TWindowState indicates whether a form is maximized, minimized, or normally sized.

TWindowState describes the state of a form window. The following table lists the possible values:



Value Meaning

wsNormal

The form is in its normal state (that is, neither minimized nor maximized).

wsMinimized

The form is minimized.

wsMaximized

The form is maximized.



See Also