[Overview][Types][Classes][Variables][Index] |
Represents state values for a print device.
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 4.0 | Generated 2025-05-03 | Home |