[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinterState

Represents state values for a print device.

Declaration

Source position: printers.pas line 38

type TPrinterState = (

  psNoDefine,

  

State is not defined or unknown.

  psReady,

  

Device is ready.

  psPrinting,

  

Device is printing.

  psStopped

  

Device has been stopped.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.