Vcl.Printers.TPrinter.Printers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Printers: TStrings read GetPrinters;

C++

__property System::Classes::TStrings* Printers = {read=GetPrinters};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers TPrinter

Description

Lists all printers installed in Windows.

The list of installed printers is found in the Printers property. The value of the PrinterIndex property is the currently selected printer. The list of fonts supported by the current printer is found in the Fonts property.

See Also