4.67.1.4. CmdLine variable
Table of Contents
4.67.1.6. ErrorAddr variable
- 4.67.1.5. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.5. CmdShow variable
4.67.1.5. CmdShow variable
Targets: Win32 only
System Unit
Passed to the Windows API
ShowWindow
routine.
Declaration:
var
CmdShow: DWORD;
Remarks:
In a program, the
CmdShow
variable contains the parameter value that Windows expects to be passed to
ShowWindow
when the application creates its main window. In a library (DLL),
CmdShow
is always zero.
4.67.1.4. CmdLine variable
Table of Contents
4.67.1.6. ErrorAddr variable
- 4.67.1.5. -