Group Printer / Printing
EJECT
Sets the print head at the start of the next page.
EJECT
IsPrinter()
Determines whether a printer is ready.
IsPrinter( [<cLPT>] ) --> lReady
PCol()
Determines column position of the print head.
PCol() --> nColumn
PRow()
Determines the row position of the print head.
PRow() --> nRow
SET DEVICE
Specifies the output device for output performed using @...SAY.
SET DEVICE TO SCREEN | printer
SET MARGIN
Sets the width of the left margin for printed output.
SET MARGIN TO [<nMargin>]
SET PRINTER
Sends screen output to the printer.
SET PRINTER on | OFF | <lToggle> SET PRINTER TO [<cDevice> | <cFileName> [ADDITIVE] ] SET PRINTER TO OBJECT <oXbpPrinter> BScope:!EF process wide
SetPrc()
Resets the internal counters of the functions PRow() and PCol().
SetPrc( <nRow>, <nCol> ) --> NIL
XbpPrintDialog()
Class
Class function of the XbpPrintDialog class.
XbpPrinter()
Class
Class function of the XbpPrinter class.