[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Printer_Ready                                                  MiscTTT



Purpose   To indicate if the printer is connected and online.

Returns   boolean;

Declaration    Printer_Ready: boolean;

Uses CRT, DOS, MiscTTT;

Remarks   This function is most useful when you want to bullet proof a
          printer option and makes sure that the printer is connected
          and on-line before trying to send it data.

Example


               USES CRT, DOS, MISCTTT;
               BEGIN
                 IF PRINTER_READY THEN PRINTSCREEN;
               END.




This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson