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

TCustomForm.WindowState

Represents how the form appears on the screen

Declaration

Source position: forms.pp line 682

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

Description

Reads or write flag to determine state of the window on screen.
Default is 'normal' (ie not minimised or maximised)

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.