Vcl.Printers.TPrinterState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPrinterState = System.UITypes.TPrinterState;

Properties

Type Visibility Source Unit Parent
enum public Vcl.Printers.pas Vcl.Printers Vcl.Printers

Description

TPrinterState specifies the state of a printer.

TPrinterState is a set of values that specifies the state of a TPrinter instance. The following table lists the possible values of TPrinterState.



Value Meaning

psNoHandle

TPrinter has no handle to the printer device.

psHandleIC

TPrinter has an information context handle for the printer device.

psHandleDC

TPrinter has a device context handle for the printer device.



Note: TPrinterState is used internally by the compiler.

See Also