Vcl.Themes.TCustomStyleServices.OnThemeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnThemeChange: TNotifyEvent read FOnThemeChange write FOnThemeChange;

C++

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

Properties

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

Description

Occurs when the operating system theme changes.

Use the OnThemeChange event to implement custom processing that should occur whenever the operating system theme changes.

See Also