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

TWindowState

Represents the actual State of the window on the screen

Declaration

Source position: forms.pp line 63

type TWindowState = (

  wsNormal,

  

  wsMinimized,

  

  wsMaximized

  

);

Description

wsNormal - The window appears normal
wsMinimized - The window appears minimized
wsMaximized - The window appears maximized