Vcl.Controls.TTouchProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTouchProperty = (tpInteractiveGestures, tpInteractiveGestureOptions,
tpParentTabletOptions, tpTabletOptions);

C++

enum DECLSPEC_DENUM TTouchProperty : unsigned char { tpInteractiveGestures, tpInteractiveGestureOptions, tpParentTabletOptions, tpTabletOptions };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Enumerates the optional TCustomTouchManager properties.

TTouchProperty is used internally by the VCL framework to identify the optional properties introduced by TCustomTouchManager.


The possible values of TTouchProperty are listed in the following table.

Value Meaning

tpInteractiveGestures

Identifies the interactive gestures list stored in the InteractiveGestures property.

tpInteractiveGestureOptions

Identifies the interactive gestures options stored in the InteractiveGestureOptions property.

tpParentTabletOptions

Identifies the tablet gestures options stored in the ParentTabletOptions property.

tpTabletOptions

Identifies the tablet gestures options stored in the TabletOptions property.


See Also