FMX.Gestures.TGestureCollectionItem.SetOptions

From RAD Studio API Documentation
Jump to: navigation, search

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 setter method for the Options property.

Use the SetOptions method to set the value for the Options property.

See Also