API: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.

Vcl.Touch.GestureMgr.TGestureManager.GetStandardGestures inherits from Vcl.Controls.TCustomGestureManager.GetStandardGestures. All content below this line refers to Vcl.Controls.TCustomGestureManager.GetStandardGestures.

Returns the set of standard gestures associated with a control.

Override the GetStandardGestures method in descending classes to implement 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.

GetStandardGestures is the getter method for the StandardGestures property.

See Also