[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinterFlags

Represents status flag values used for printer devices.

Declaration

Source position: printers.pas line 191

type TPrinterFlags = set of (

  pfPrinting,

  pfAborted,

  pfDestroying,

  pfPrintersValid,

  pfRawMode

);

Description

TPrinterFlags is a set type which contains values representing printer status flags, and includes the following values and meanings:

pfPrinting
Device is printing
pfAborted
Abort process
pfDestroying
Printer object is being destroyed
pfPrintersValid
Printer list is valid
pfRawMode
Printer is in raw mode
The latest version of this document can be found at lazarus-ccr.sourceforge.net.