Vcl.Themes.TCustomStyleServices.OnThemeChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnThemeChange: TNotifyEvent read FOnThemeChange write FOnThemeChange;

C++

__property System::Classes::TNotifyEvent OnThemeChange = {read=FOnThemeChange, write=FOnThemeChange};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices


Description

Survient quand le thème du système d'exploitation change.

Utilisez l'événement OnThemeChange pour implémenter le traitement personnalisé qui doit s'exécuter quand le thème du système d'exploitation change.

Voir aussi