API:FMX.Gestures.TGestureCollectionItem.SetOptions
Delphi
procedure SetOptions(const Value: TGestureOptions); override;
C++
virtual void __fastcall SetOptions(const Fmx::Types::TGestureOptions Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
class protected | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TGestureCollectionItem |
Description
SetOptions is the abstract setter method for the Options property.
FMX.Gestures.TGestureCollectionItem.SetOptions inherits from FMX.Types.TCustomGestureCollectionItem.SetOptions. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.SetOptions.
SetOptions is the abstract setter method for the Options property.
Override the SetOptions method in descending classes to implement the setter method for the Options property.