Vcl.Forms.TApplication.OnSettingChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSettingChange: TSettingChangeEvent read FOnSettingChange write FOnSettingChange;

C++

__property TSettingChangeEvent OnSettingChange = {read=FOnSettingChange, write=FOnSettingChange};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Occurs when Windows notifies the application that a system-wide setting has changed.

Use OnSettingChange to respond when Windows informs the application that a system-wide setting or policy has changed.