[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinterType

Represents connection types for a print device.

Declaration

Source position: printers.pas line 45

type TPrinterType = (

  ptLocal,

  

Device is attached to the local computer system.

  ptNetWork

  

Device is a network-enabled printer.

);


Version 3.2 Generated 2024-02-25 Home