System.UITypes.TTouchTracking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TTouchTracking = set of (ttVertical, ttHorizontal);

C++

typedef System::Set<System_Uitypes__1, System_Uitypes__1::ttVertical, System_Uitypes__1::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