[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 699

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.