System.CmdShow

提供: RAD Studio API Documentation
移動先: 案内検索

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 です。


関連項目