Vcl.Themes.TCustomStyleServices.DoOnThemeChange
Delphi
procedure DoOnThemeChange; virtual;
C++
virtual void __fastcall DoOnThemeChange(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | TCustomStyleServices |
Description
Triggers the OnThemeChange event.
DoOnThemeChange calls the user-supplied OnThemeChange event, if it exists; otherwise nothing happens.