[Overview][Types][Classes][Variables][Index] |
Represents connection types for a print device.
Source position: printers.pas line 45
type TPrinterType = ( |
||
ptLocal, |
|
Device is attached to the local computer system. |
ptNetWork |
|
Device is a network-enabled printer. |
); |