Vcl.AppEvnts.TApplicationEvents.OnSettingChange

From RAD Studio API Documentation

Delphi

property OnSettingChange: TSettingChangeEvent read FOnSettingChange write FOnSettingChange;

C++

__property OnSettingChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.AppEvnts.pas
Vcl.AppEvnts.hpp
Vcl.AppEvnts TApplicationEvents

Description

Occurs when Windows notifies the application that a system-wide setting has changed. {{#multireplace:Vcl.AppEvnts.TApplicationEvents.OnSettingChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.AppEvnts.TCustomApplicationEvents.OnSettingChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.AppEvnts.TCustomApplicationEvents.OnSettingChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also

Code Examples