Vcl.Touch.GestureCtrls.TCustomGestureListView.RemoveChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveChangeNotification(AComponent: TComponent);

C++

void __fastcall RemoveChangeNotification(System::Classes::TComponent* AComponent);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Removes a control from an internal notification list.

RemoveChangeNotification is used 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