[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents the actual State of the window on the screen
Source position: forms.pp line 69
type TWindowState = ( |
||
wsNormal, |
|
|
wsMinimized, |
|
|
wsMaximized |
|
|
); |
wsNormal - The window appears normal
wsMinimized - The window appears minimized
wsMaximized - The window appears maximized
lazarus-ccr.sourceforge.net |