System.CmdShow

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From System.pas

	CmdShow: Integer


Unit: System

Type: variable

C++ Information

From System.hpp

	int CmdShow;


Unit: System

Type: variable

Description

Specifies the flags for displaying the application's main window.


Note:  On Windows, 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.
Note:  On Linux and Macintosh, CmdShow is always 0. It exists only for compatibility with Windows code in cross-platform applications.

See Also

Personal tools
Translations
Newest Version