RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.CmdShow Variable

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

Pascal
CmdShow: Integer platform;
C++
Integer platform CmdShow;

System

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

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!