FMX.Printer.TPrinter.RefreshPrinterDevices

提供:RAD Studio API Documentation

Delphi

procedure RefreshPrinterDevices; virtual; abstract;

C++

virtual void __fastcall RefreshPrinterDevices() = 0 ;

プロパティ

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

説明

利用可能なプリンタ デバイスのリストを更新します。

RefreshPrinterDevices が実行されると常に、Printers プロパティには、利用可能なプリンタ デバイスの新しいリストが格納されます。

関連項目