[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ConOutPtr                Pointer to CON: Output Driver

 ConOutPtr                                                               [TP]

    Turbo Pascal supports the predefined device CON:, both as a filename
    and as a predefined file variable. Output to this device is handled
    through the procedure ConOut(Ch : Char), which simply makes MS-DOS
    system call 2. You can declare your own procedure ConOut, then assign
    its address to ConOutPtr; this makes your function the new output
    driver for the CON: device.

  -------------------------------- Example ---------------------------------

           ConOutPtr := Ptr(MyConOut);

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