Vcl.Themes.TCustomStyleServices.ApplyThemeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyThemeChange;

C++

void __fastcall ApplyThemeChange();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices

Description

Resets the application theme.

ApplyThemeChange is called automatically by the TApplication object whenever the operating system theme is changed.

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

See Also