Vcl.Controls.TCustomTouchManager.RemoveChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveChangeNotification(AControl: TControl);

C++

void __fastcall RemoveChangeNotification(TControl* AControl);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Removes a control from an internal notification list.

RemoveChangeNotification is used by TCustomTouchManager to remove a control from the list of controls, which needs to be notified about gesturing-related changes. RemoveChangeNotification removes a control only if it was previously added to the list using the ChangeNotification method. Do not call RemoveChangeNotification directly; it is strictly reserved for the VCL framework.

See Also