System.UITypes.TTouchTracking

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TTouchTracking = set of (ttVertical, ttHorizontal);

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes


説明

タッチ追跡方向を定義します。

TTouchTracking 型は、次の定数を定義しています:

定数 意味

ttVertical

垂直方向。

ttHorizontal

水平方向。

関連項目