Vcl.Touch.GestureMgr.TGestureManager.GetStandardGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStandardGestures(AControl: TControl): TStandardGestures; override;

C++

virtual Vcl::Controls::TStandardGestures __fastcall GetStandardGestures(Vcl::Controls::TControl* AControl);

Properties

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

Description

Returns the set of standard gestures associated with a control.

The GetStandardGestures method implements proper standard gesture lookup.

GetStandardGestures is used to return the set of standard gestures associated with a given control. GetStandardGestures receives a single parameter, AControl, which represents the control with whom the standard gestures are associated.

GetStandardGestures is the getter method for the StandardGestures property.

See Also