[Overview][Types][Classes][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |