Vcl.AppEvnts.TCustomApplicationEvents.OnSettingChange
Delphi
property OnSettingChange: TSettingChangeEvent read FOnSettingChange write FOnSettingChange;
C++
__property Vcl::Forms::TSettingChangeEvent OnSettingChange = {read=FOnSettingChange, write=FOnSettingChange};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | protected | Vcl.AppEvnts.pas Vcl.AppEvnts.hpp |
Vcl.AppEvnts | TCustomApplicationEvents |
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.
See Also
Code Examples