System.CmdShow
Delphi
CmdShow: Integer platform;{ CmdShow parameter for CreateWindow }
C++
extern DELPHI_PACKAGE int CmdShow;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
Specifies the flags for displaying the application's main window.
Note: CmdShow specifies the parameter that should be passed to the Windows API ShowWindow when displaying the main window of the application. In a library (DLL), CmdShow is always 0.