Vcl.Themes.TThemeServices.UpdateThemes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateThemes; override;

Properties

Type Visibility Source Unit Parent
procedure public Vcl.Themes.pas Vcl.Themes TThemeServices

Description

Resets the application theme.

UpdateThemes is automatically called by the TApplication object whenever the Operating System theme is changed.

Note: UpdateThemes is used internally by the VCL and should not be called manually by applications.

See Also