[Overview][Types][Classes][Variables][Index] |
Indicates whether the print device is a local or a network printer.
Source position: printers.pas line 318
public property TPrinter.PrinterType : TPrinterType |
PrinterType is a TPrinterType property which indicates whether the print device is locally attached, or network enabled. In TPrinter, the value for the property is always ptLocal. A descendent class (like TCUPSPrinter) may return another value from the TPrinterType enumeration.
|
Represents connection types for a print device. |