Represents status flag values used for printer devices.
Source position: printers.pas line 191
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: