Language:
Русский
English
WindowOrg (variable) (WinCrt unit)
Determines the initial location of the CRT window.
const WindowOrg: TPoint = (X: cw_UseDefault; Y: cw_UseDefault);
The default location allows Windows to select a suitable location for the CRT window.
You can change the initial location by assigning new values to the X and Y coordinates before the CRT window is created.