Vcl.Themes.TThemeServices.UnloadThemeData
Delphi
procedure UnloadThemeData; override;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| procedure | protected | Vcl.Themes.pas | Vcl.Themes | TThemeServices |
Description
Clears all the internal data for the current theme.
UnloadThemeData is automatically called by the TApplication object whenever the Operating System theme is changed.
Note: UnloadThemeData is used internally by the VCL and should not be called manually by applications.