FMX.Printer.TPrinter.Printers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Printers[Index: Integer]: TPrinterDevice read GetPrinter;

C++

__property TPrinterDevice* Printers[int Index] = {read=GetPrinter};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Lists all the available printers.

The list of installed printers is found in the Printers property. The printer that is currently active can be accessed through the ActivePrinter property. The list of fonts supported by the current printer is found in the Fonts property.

See Also