Vcl.Themes.TStyleManager.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Notifies the style engine of an event that occured.

Parameter Meaning
Operation The action that is performed.
Data The data on which the operation is executed.

See Also