FMX.Printer.TPrinterDevice.RefreshDPIList

提供:RAD Studio API Documentation

Delphi

procedure RefreshDPIList; virtual; abstract;

C++

virtual void __fastcall RefreshDPIList() = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinterDevice

説明

DPI(ピクセル/1インチ)解像度のリストを更新します。

RefreshDPIList は、サブクラスによって実装されます。

関連項目