FMX.Types.TTouchManager.InteractiveGestures

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InteractiveGestures: TInteractiveGestures read FInteractiveGestures write SetInteractiveGestures stored IsInteractiveGesturesStored;

C++

__property InteractiveGestures;

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTouchManager

Description

Specifies the set of interactive gestures associated with the owning control.

FMX.Types.TTouchManager.InteractiveGestures inherits from FMX.Types.TCustomTouchManager.InteractiveGestures. All content below this line refers to FMX.Types.TCustomTouchManager.InteractiveGestures.

Specifies the set of interactive gestures associated with the owning control.

Use the InteractiveGestures property to access the interactive gestures associated with the control owning this TCustomTouchManager.

See Also