Vcl.Touch.GestureMgr.TGestureManager.RemoveChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveChangeNotification(AControl: TControl);

C++

void __fastcall RemoveChangeNotification(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

Removes a control from an internal notifications list.

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

See Also