FMX.Printer.TPrinter.FPrinters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FPrinters: TPrinterDeviceList;

C++

System::Generics::Collections::TObjectList__1<TPrinterDevice*>* FPrinters;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Protected field that is used by the Printers property. At any time, its value can be accessed through the Printers property.

See Also