FMX.Printer.Win.TPrinterWin.RefreshActivePrinter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshActivePrinter;

C++

void __fastcall RefreshActivePrinter();

Properties

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

Description

Internally used in order to refresh the internal printer handles for various property values (such as PageWidth or PageHeight) to remain in sync with the actual printer parameters.

See Also