Vcl.Touch.GestureMgr.TGestureManager.ChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeNotification(AControl: TControl);

C++

void __fastcall ChangeNotification(Vcl::Controls::TControl* AControl);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Adds a control to an internal notification list.

ChangeNotification is called by TCustomTouchManager to store a list of controls, which needs to be notified about gesturing-related changes. Do not call ChangeNotification directly; it is strictly reserved for the VCL framework.

See Also