Vcl.AppEvnts.TApplicationEvents.OnSettingChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnSettingChange: TSettingChangeEvent read FOnSettingChange write FOnSettingChange;

C++

__property OnSettingChange;

Propriétés

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

Description

Se produit quand Windows notifie à l'application qu'un paramètre système a été modifié.

Vcl.AppEvnts.TApplicationEvents.OnSettingChange hérite de Vcl.AppEvnts.TCustomApplicationEvents.OnSettingChange. Tout le contenu en-dessous de cette ligne se réfère à Vcl.AppEvnts.TCustomApplicationEvents.OnSettingChange.

Se produit quand Windows notifie à l'application qu'un paramètre système a été modifié.

Utilisez OnSettingChange pour répondre quand Windows informe l'application qu'une stratégie ou un paramètre système a été modifié.

Voir aussi