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

TPrinterState

Represents state values for a print device.

Declaration

Source position: printers.pas line 44

type TPrinterState = (

  psNoDefine,

  

State is not defined or unknown.

  psReady,

  

Device is ready.

  psPrinting,

  

Device is printing.

  psStopped

  

Device has been stopped.

);


Version 3.2 Generated 2024-02-25 Home