TWindowState indicates whether a form is maximized, minimized, or normally sized.
TWindowState = ( wsNormal, wsMinimized, wsMaximized );
enum TWindowState { wsNormal, wsMinimized, wsMaximized };
TWindowState describes the state of a form window. The following table lists the possible values:
Value |
Meaning |
wsNormal |
The form is in its normal state (that is, neither minimized nor maximized). |
wsMinimized |
The form is minimized. |
wsMaximized |
The form is maximized. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|