FMX.Printer.TPrinterDevice.RefreshDPIList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshDPIList; virtual; abstract;

C++

virtual void __fastcall RefreshDPIList() = 0 ;

Properties

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

Description

Refreshes the list of pixel per inch (DPI) resolutions.

RefreshDPIList is to be implemented by subclasses.

See Also