FMX.Printer.Win.TPrinterWin.FState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FState: TPrinterState;

C++

System::Uitypes::TPrinterState FState;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Protected field that is internally used to specify the printer state.

The state of the printer can be one of the following:

Value Meaning

psNoHandle

The printer object has no handle to the printer device.

psHandleIC

The printer object has an information context handle for the printer device.

psHandleDC

The printer object has a device context handle for the printer device.

See Also