[Overview][Types][Classes][Variables][Index] |
CanRenderCopies - True if the printer device can render copies.
Source position: printers.pas line 320
public property TPrinter.CanRenderCopies : Boolean |
CanRenderCopies is a read-only Boolean property which indicates if the print device can print more than one copy of pages in the document. The property value is True when the print device includes the pcCopies printer capability.
Remark: | Please note: In TPrinter, the property value is always True. The read access speciifer (GetCanRenderCopies) can be overridden in a descendent class to use the facilities in the operating system / widgetset / printer-related technology in the implementation. |
|
Gets the value for the CanRenderCopies property. |
|
|
Represents capabilities for print devices. |
lazarus-ccr.sourceforge.net |