Win32Prn() > Printer configuration |
Logical flag indicating if text or bitmap was printed.
Data type: | L | Default: | .F. |
The instance variable :havePrinted is set to .F. (false) when method :create() is called, indicating that no print output has ocurred with the printer yet. Print output methods like :textOut() or :drawBitmap() set :havePrinted to .T. (true).
http://www.xHarbour.com