FMX.Gestures.TGestureNotification
Delphi
TGestureNotification = (gnChanged, gnDeleted);
C++
enum class DECLSPEC_DENUM TGestureNotification : unsigned char { gnChanged, gnDeleted };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | FMX.Gestures |
Description
Enumerates a change or a deletion of a gesture.
TGestureNotification is the enumeration used as parameter for the TGestureCollection OnItemChange event handler. It indicates that the gesture (also a parameter of this event handler) has been deleted or changed.