Vcl.Themes.TCustomStyleEngine.TStyleEngineNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStyleEngineNotification = (snControlDestroyed, snStyleHookUnregistered, snReleaseAllStyleHooks);

C++

enum DECLSPEC_DENUM TStyleEngineNotification : unsigned char { snControlDestroyed, snStyleHookUnregistered, snReleaseAllStyleHooks };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleEngine

Description

Specifies a type of event the style engine is notified about.

TStyleEngineNotification can have the following values:

Value Meaning
snControlDestroyed A control has been destroyed and should no longer be tracked by the style engine.
snStyleHookUnregistered A style hook class is removed from the list of registered style hooks of a control.

See Also