System.CmdShow

From RAD Studio API Documentation
Revision as of 00:51, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.


See Also