Vcl.Touch.Gestures.TGestureEngine.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notification(const Message: TMessage); override;

C++

virtual void __fastcall Notification(const Winapi::Messages::TMessage &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureEngine

Description

Notification is called for each gesturing message.

Notification is called for each operating system message that carries an informational value for the current gesturing engine. For example, mouse gesturing engines receive all mouse messages sent to the monitored control.

As implemented in TGestureEngine, Notification simply exits.

See Also