Vcl.Touch.GestureCtrls.IGestureProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IGestureProvider = interface

C++

__interface  INTERFACE_UUID("{2BBA64C5-CD16-4DF7-A89A-10903F6649BC}") IGestureProvider  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls Vcl.Touch.GestureCtrls

Description

Defines two methods implemented by TCustomGestureListView.

IGestureProvider is an interface that implements the RemoveChangeNotification and ChangeNotification methods, which are used by the TCustomGestureListView class.

See Also