FMX.Printer.TPrinterDeviceDocument.ActiveDPIChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActiveDPIChanged; override;

C++

virtual void __fastcall ActiveDPIChanged();

Properties

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

Description

Executes whenever you change the ActiveDPI property.

FMX.Printer.TPrinterDeviceDocument.ActiveDPIChanged inherits from FMX.Printer.TPrinterDevice.ActiveDPIChanged. All content below this line refers to FMX.Printer.TPrinterDevice.ActiveDPIChanged.

Executes whenever you change the ActiveDPI property.

See Also