RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.WindowState Property

Represents how the form appears on the screen.

Pascal
property WindowState: TWindowState;
C++
__property TWindowState WindowState;

Set WindowState to minimize, maximize, or restore the form window. Read WindowState to determine whether the form is minimized, maximized, or in a normal state. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!