Initial State

The following styles determine whether a window is enabled or disabled, visible or invisible, and minimized or maximized.

Style
Description
WS_DISABLED
Creates a window that is initially disabled. A disabled window cannot receive input from the user.
WS_MAXIMIZE
Creates a window that is initially maximized.
WS_MINIMIZE
Creates a window that is initially minimized.
WS_VISIBLE
Creates a window that is initially visible.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples