Unit 'Printers' Package
[Overview][Types][Classes][Variables][Index] [#lcl]

TPrinterCapability

Represents capabilities for print devices.

Declaration

Source position: printers.pas line 36

type TPrinterCapability = (

  pcCopies,

  

Devices supports copy mode.

  pcOrientation,

  

Device supports page orientations.

  pcCollation

  

Device supports custom collation for printed pages.

);

Description

Not implemented in the current LCL version.