- 4.72.1.11. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.1. WinCRT Unit Variables
4.72.1.11. WindowOrg variable
4.72.1.11. WindowOrg variable
Targets: Win32 GUI
WinCRT Unit
Determines the initial location of the WinCRT window.
Declaration:
const WindowOrg: TLongPoint = (X: CW_USEDEFAULT; Y: CW_USEDEFAULT);
Remarks:
You can change the initial location by assigning new values to the
X and Y coordinates before the WinCRT window is created.
- 4.72.1.11. -