API: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 abstract setter method for the GestureID property.

FMX.Gestures.TGestureCollectionItem.SetGestureID inherits from FMX.Types.TCustomGestureCollectionItem.SetGestureID. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.SetGestureID.

SetGestureID is the abstract setter method for the GestureID property.

Override the SetGestureID method in descending classes to implement the setter method for the GestureID property.

See Also