FMX.Gestures.TGestureManager.GetStandardGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual Fmx::Types::TStandardGestures __fastcall GetStandardGestures(System::Classes::TComponent* AControl);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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 which the standard gestures are associated.

GetStandardGestures is the getter method for the StandardGestures property.

See Also