Vcl.Styles.TStyleEngine.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure Notification(Operation: TCustomStyleEngine.TStyleEngineNotification; Data: Pointer); override;

C++

__classmethod virtual void __fastcall Notification(Vcl::Themes::TCustomStyleEngine::TStyleEngineNotification Operation, void * Data);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Styles.pas
Vcl.Styles.hpp
Vcl.Styles TStyleEngine

Description

Notifies that a style hook has been unregistered or that a control has been removed from the control list managed by the engine.

Parameter Meaning
Operation The action that is performed.
Data The data on which the operation is executed. It can only be a style hook or a control.

See Also