FMX.Gestures.TGestureNotification

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

Delphi

TGestureNotification = (gnChanged, gnDeleted);

C++

enum class DECLSPEC_DENUM TGestureNotification : unsigned char { gnChanged, gnDeleted };

プロパティ

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

説明

ジェスチャの変更や削除を列挙したものです。

TGestureNotification は、TGestureCollectionOnItemChange イベント ハンドラのパラメータとして使用される列挙型です。ジェスチャ(このイベント ハンドラのパラメータ)が削除または変更されたことを示します。

関連項目