Vcl.Touch.GestureMgr.TGestureManager.SetStandardGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStandardGestures(AControl: TControl; AStandardGestures: TStandardGestures); override;

C++

virtual void __fastcall SetStandardGestures(Vcl::Controls::TControl* AControl, const Vcl::Controls::TStandardGestures &AStandardGestures);

Properties

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

Description

Associates a set of standard gestures with a control.

The SetStandardGestures method associates a set of standard gestures with a control.

SetStandardGestures is used to associate a set of standard gestures with a given control. SetStandardGestures expects two parameters, AControl and AStandardGestures. AControl is the control to which the gestures are being assigned and AStandardGestures is a set of standard gestures to be associated with the control.

GetStandardGestures is the setter method for the StandardGestures property.

See Also