Vcl.FileCtrl.TDriveComboBox.Touch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Touch: TTouchManager read FTouchManager write SetTouchManager;

C++

__property Touch;

Properties

Type Visibility Source Unit Parent
property published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDriveComboBox

Description

Specifies the touch manager component associated with the control.

Vcl.FileCtrl.TDriveComboBox.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:

(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.

See Also