NAME: Window USE: Defines a text window on the screen using the specified corner coordinates. The minimum size for the text window is 1 column by 1 row. DEPENDENCY: The CRT unit must be used placed in the uses section. SYNTAX: Window(X1, Y1, X2, Y2 : Byte);