Vcl.Controls.TCustomGestureEngine.Notification
Delphi
procedure Notification(const Message: TMessage); virtual; abstract;
C++
virtual void __fastcall Notification(const Winapi::Messages::TMessage &Message) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomGestureEngine |
Description
Notification is called for each gesturing message.
Notification is called for each operating system message that relates to the implementing gesture engine. For example, mouse gesturing engines receive all the mouse messages sent to the monitored control.