FMX.Printer.Win.TPrinterWin.ActivePrinterChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActivePrinterChanged; override;

C++

virtual void __fastcall ActivePrinterChanged();

Properties

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

Description

Internally called whenever the currently active printer has been changed to another one.

FMX.Printer.Win.TPrinterWin.ActivePrinterChanged inherits from FMX.Printer.TPrinter.ActivePrinterChanged. All content below this line refers to FMX.Printer.TPrinter.ActivePrinterChanged.

Internally called whenever the currently active printer has been changed to another one.

ActivePrinterChanged is called internally whenever the ActivePrinter property changes.

See Also