FMX.Gestures.TGestureCollection.OnItemChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnItemChange: TGestureItemChangeEvent read FOnItemChange write FOnItemChange;

C++

__property TGestureItemChangeEvent OnItemChange = {read=FOnItemChange, write=FOnItemChange};

Properties

Type Visibility Source Unit Parent
event public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollection

Description

OnItemChange is the getter method for the FOnItemChange property.

Override the OnItemChange method in descending classes to implement the getter method for the GestureManager property.

See Also