System.UITypes.TTouchTracking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTouchTracking = set of TTouchTrackingItem;

C++

typedef System::Set<TTouchTrackingItem, TTouchTrackingItem::ttVertical, TTouchTrackingItem::ttHorizontal> TTouchTracking;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

Defines the touch tracking directions.

The TTouchTracking type defines the following constants:

Constant Meaning

ttVertical

Vertical direction.

ttHorizontal

Horizontal direction.

See Also