home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sonderh1 / grafvar.pas < prev    next >
Pascal/Delphi Source File  |  1987-03-13  |  605b  |  15 lines

  1. (*------------------------------------------------------------*)
  2. (*                        GRAFVAR.PAS                         *)
  3. (*           Globale Variablen fuer die Grafikserie           *)
  4. (*------------------------------------------------------------*)
  5.  
  6. (* enthaelt die aktuelle Position unseres 'Zeichenstiftes':   *)
  7.   Pen_Xpos: x_Koord;
  8.   Pen_Ypos: y_Koord;
  9.  
  10. (* enthaelt die aktuelle Farbe des selbigen:                  *)
  11.   Pen_Color: Sys_Colors;
  12.  
  13. (*------------------------------------------------------------*)
  14. (*                  Ende von GRAFVAR.PAS                      *)
  15.