Vcl.AppEvnts.TApplicationEvents.OnSettingChange

From RAD Studio API Documentation
Jump to: navigation, search

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.

Vcl.AppEvnts.TApplicationEvents.OnSettingChange inherits from Vcl.AppEvnts.TCustomApplicationEvents.OnSettingChange. All content below this line refers to Vcl.AppEvnts.TCustomApplicationEvents.OnSettingChange.

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