Vcl.Touch.GestureMgr.TGestureManager.NotifyControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NotifyControls(Msg: Cardinal; Operation: Integer; GestureID: TGestureID);

C++

void __fastcall NotifyControls(unsigned Msg, int Operation, Vcl::Controls::TGestureID GestureID);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Used to notify the controls associated with the gesture manager.

NotifyControls is used to notify the controls associated with the gesture manager. Do not call this function directly. It is used internally when a control or gesture is (un)registered, or when a load operation is performed.