Represents status flag values used for printer devices.
Source position: printers.pas line 213
type TPrinterFlags = set of ( |
pfPrinting, |
pfAborted, |
pfDestroying, |
pfPrintersValid, |
pfRawMode |
); |
TPrinterFlags is a set type which contains values representing printer status flags, and includes the following values and meanings:
| Version 4.4 | Generated 2025-11-08 | Home |