[Overview][Types][Classes][Variables][Index] |
Stores a set of capability values for a print device.
Source position: printers.pas line 37
type TPrinterCapabilities = set of ( |
||
pcCopies, |
|
Devices supports copy mode. |
pcOrientation, |
|
Device supports page orientations. |
pcCollation |
|
Device supports custom collation for printed pages. |
); |
Not implemented in the current LCL version.
lazarus-ccr.sourceforge.net |