FMX.Gestures.TGestureManager.RemoveChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveChangeNotification(const AControl: TComponent);

C++

void __fastcall RemoveChangeNotification(System::Classes::TComponent* const AControl);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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