FMX.Printer.TPrinterDevice.ActiveDPIChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActiveDPIChanged; virtual; abstract;

C++

virtual void __fastcall ActiveDPIChanged(void) = 0 ;

Properties

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

Description

Executes whenever you change the ActiveDPI property.

See Also