[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WINDOW                  Define Active Display Window                 pp 168

 Syntax:  Window (X1,Y1,X2,Y2) ;

 Type:    N/A

 Form:    Procedure

 Purpose: Define the active display window absolute coordinates.

 Notes:   Any location on the screen can be defined as the active window.
          The default 80 column window definition is 1,1,80,25.


 ----------------------------------------------------------------------------


 Usage:
       BEGIN
          Window (20,8,60,17) ;  { Define mid screen window 40x9 }
          GotoXY (1,1)        ;  { Absolute location is 20,8     }
       END.

See Also: GotoXY WhereX WhereY
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson