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

TPrinter.PrinterFlags

Status flags currently enabled for the print device.

Declaration

Source position: printers.pas line 306

protected property TPrinter.PrinterFlags : TPrinterFlags
  read fFlags
  write fFlags;

Description

PrinterFlags is a TPrinterFlags property which contains the flags currently enabled for a print device. Flag values are removed from PrinterFlags when they are disabled.

pfDestroying
Set in Destroy.
pfAborted
Set in Aborted. Removed in BeginDoc, EndDoc. Provides the value for the Aborted property.
pfPrinting
Set in BeginDoc. Removed in EndDoc. Provides the value for the Printing property.
pfPrintersValid
Set in GetPrinters. Removed in DoResetPrintersList.
pfRawMode
Set or removed when the value for RawMode is changed. Provides the value for the RawMode property.

See also

TPrinterFlags

  

Represents status flag values used for printer devices.

TPrinter.Destroy

  

Destructor for the class instance.

TPrinter.DoResetPrintersList

  

Performs actions needed to reset the status for the list of Printers.

TPrinter.Printers

  

Contains the names for devices that can be selected for printing.

TPrinter.RawMode

  

Indicates if raw output is used for the device (as opposed to a page description language).

TPrinter.BeginDoc

  

Starts printing for the current document.

TPrinter.EndDoc

  

Ends printing for the current document.


Version 3.2 Generated 2024-02-25 Home