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