FMX.Printer.TPrinterDevice.FDPIList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDPIList: TList<TPoint>; // list of DPI resolutions

C++

System::Generics::Collections::TList__1<System::Types::TPoint>* FDPIList;

Properties

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

Description

Protected field that contains a list of available DPI resolutions.

See Also