Previous: 4.72.1.11. WindowOrg variable To the Table of Contents Next: 4.72.1.13. WindowTitle variable
4.72.1.11. WindowOrg variable Table of Contents 4.72.1.13. WindowTitle variable

- 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.


Previous: 4.72.1.11. WindowOrg variable To the Table of Contents Next: 4.72.1.13. WindowTitle variable
4.72.1.11. WindowOrg variable Table of Contents 4.72.1.13. WindowTitle variable

- 4.72.1.12. -