FMX.Printer.TPrinter.ActivePrinterChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActivePrinterChanged; virtual; abstract;

C++

virtual void __fastcall ActivePrinterChanged() = 0 ;

Properties

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

Description

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

ActivePrinterChanged is called internally whenever the ActivePrinter property changes.

See Also