Vcl.Forms.TCustomActiveForm.OnBeforeMonitorDpiChanged

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnBeforeMonitorDpiChanged: TMonitorDpiChangedEvent read FOnBeforeMonitorDpiChanged write FOnBeforeMonitorDpiChanged stored IsForm;

C++

__property OnBeforeMonitorDpiChanged;

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomActiveForm

説明

ユーザーがモニタの DPI を変更する直前に発生します。

Vcl.Forms.TCustomActiveForm.OnBeforeMonitorDpiChanged は Vcl.Forms.TCustomForm.OnBeforeMonitorDpiChanged を継承しています。以下の内容はすべて Vcl.Forms.TCustomForm.OnBeforeMonitorDpiChanged を参照しています。

ユーザーがモニタの DPI を変更する直前に発生します。

モニタの DPI が変更される前に調整を行うには、OnBeforeMonitorDpiChanged を使用します。

モニタの DPI が変更された後に調整を行うには、OnAfterMonitorDpiChanged を使用します。

関連項目