Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> window define active display window pp 168</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson