Vcl.Themes.TCustomStyleServices.DoOnThemeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnThemeChange; virtual;

C++

virtual void __fastcall DoOnThemeChange();

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.

See Also