FMX.Gestures.TGestureManager.ChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeNotification(const AControl: TComponent);

C++

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

Properties

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