API:Vcl.Forms.TCustomActiveForm.OnAfterMonitorDpiChanged
Delphi
property OnAfterMonitorDpiChanged;
C++
__property OnAfterMonitorDpiChanged;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomActiveForm |
Description
Occurs immediately after the user changes the monitor DPI.
Vcl.Forms.TCustomActiveForm.OnAfterMonitorDpiChanged inherits from Vcl.Forms.TCustomForm.OnAfterMonitorDpiChanged. All content below this line refers to Vcl.Forms.TCustomForm.OnAfterMonitorDpiChanged.
Occurs immediately after the user changes the monitor DPI.
Use OnAfterMonitorDpiChanged to make any adjustments after the monitor DPI changes.
To make adjustments before the monitor DPI changes, use OnBeforeMonitorDpiChanged.