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

FMX.Gestures.TGestureManager.GetStandardGestures inherits from FMX.Types.TCustomGestureManager.GetStandardGestures. All content below this line refers to FMX.Types.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