Previous: WindowOrg variable To the Table of Content Next: WindowTitle variable

- 4.67.1.12 -
Standard Units
WinCRT
WinCRT Unit Variables

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: WindowOrg variable To the Table of Content Next: WindowTitle variable
WindowOrg variable Table of Content WindowTitle variable

- 4.67.1.12 -