Name for the selected print device.
Source position: printers.pas line 302
public property TPrinter.PrinterName : string |
PrinterName is a read-only String property which contains the name for the currently selected print device. The property value is retrieved from Printers using the value in PrinterIndex. When PrinterIndex contains a negative value, an empty string ('') is returned as the value for the property.
Use SetPrinter to select a print device with a given name in Printers. Or, assign a new value to the PrinterIndex property.
|
Contains the names for devices that can be selected for printing. |
|
|
Contains the ordinal position in Printers for the selected print device. |
|
|
Makes the device with the specified name the current printer. |