[Next] [Up] [Previous]
Next: ClrScr Up: Procedures and Functions Previous: WhereY

Window

   

Declaration:

Procedure Window (X1, Y1, X2, Y2: Byte) ;

Description:

Window creates a window on the screen, to which output will be sent. (X1,Y1) are the coordinates of the upper left corner of the window, (X2,Y2) are the coordinates of the bottom right corner of the window. These coordinates are relative to the entire screen, with the top left corner equal to (1,1)

Further coordinate operations, except for the next Window call, are relative to the window's top left corner.

Errors:

None.

See also:

GotoXY, WhereX, WhereY, ClrScr



Michael Van Canneyt
Thu Dec 12 15:44:18 MET 1996