System.CmdShow
Delphi
CmdShow: Integer platform;{ CmdShow parameter for CreateWindow }
C++
extern DELPHI_PACKAGE int CmdShow;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
説明
アプリケーションのメイン ウィンドウを表示するためのフラグを示します。
メモ: CmdShow は、アプリケーションのメイン ウィンドウを表示する際に、Windows API の ShowWindow に渡す必要のあるパラメータを示します。ライブラリ (DLL) では、CmdShow は常に 0 です。