Vcl.Controls.TCustomTouchManager.ChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeNotification(AControl: TControl);

C++

void __fastcall ChangeNotification(TControl* AControl);

Properties

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

Description

Adds a control to an internal notification list.

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