FMX.Controls.TControl.Touch
Delphi
property Touch: TTouchManager read GetTouchManager write SetTouchManager;
C++
__property Fmx::Types::TTouchManager* Touch = {read=GetTouchManager, write=SetTouchManager};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies the touch manager component associated with the control.
Use the Touch property to access gesturing options associated with a control. Touch specifies a class of type TTouchManager.
Touch is used to:
- Associate a TGestureManager.
- (TGestureManager manages all the standard gestures that can be used by the control.)
- Select the standard, interactive, or custom gestures to associate with the control.
- (You can also connect each gesture to an action; see Assigning Actions to Gestures.)