FMX.Gestures.TGestureManager.RecordedGestureCount

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

Delphi

property RecordedGestureCount: Integer read GetRecordedGestureCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureManager


説明

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

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

関連項目