FMX.Gestures.TGestureCollectionItem.SetGestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetGestureID(const Value: TGestureID); override;

C++

virtual void __fastcall SetGestureID(const Fmx::Types::TGestureID Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

Description

SetGestureID is the setter method for the GestureID property.

Use the SetGestureID method to set the value of the GestureID property.

See Also