Vcl.Touch.GestureMgr.TGestureManager.RecordedGestureCount

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

Delphi

property RecordedGestureCount: Integer read GetRecordedGestureCount;

C++

__property int RecordedGestureCount = {read=GetRecordedGestureCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager


説明

記録されたジェスチャの数を示します。

RecordedGestureCount プロパティを使用すると、記録されたジェスチャの数を読み込むことができます。

関連項目