Vcl.DBCtrls.TDBText.Touch
Delphi
property Touch: TTouchManager read FTouchManager write SetTouchManager;
C++
__property Touch;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | TDBText |
Description
Specifies the touch manager component associated with the control.
Vcl.DBCtrls.TDBText.Touch inherits from Vcl.Controls.TControl.Touch. All content below this line refers to Vcl.Controls.TControl.Touch.
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 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.)
- Specify a set of options for interactive or tablet gestures.