FMX.Printer.TPrinter.RefreshPrinterDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshPrinterDevices; virtual; abstract;

C++

virtual void __fastcall RefreshPrinterDevices() = 0 ;

Properties

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

Description

Refreshes the list of available printer devices.

Whenever RefreshPrinterDevices is executed, the Printers property will contain the new list of available printing devices.

See Also