[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.WindowState

Whether the form is currently minimized, maximized or normal (restored).

Declaration

Source position: forms.pp line 730

public property TCustomForm.WindowState : TWindowState
  read FWindowState
  write SetWindowState
  default wsNormal;

Description

Default is 'normal' (ie not minimized nor maximized)

See also

TWindowState

  

Represents the actual State of the window on the screen.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.