Vcl.Touch.GestureMgr.TGestureCollectionItem.SetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOptions(const Value: TGestureOptions); override;

C++

virtual void __fastcall SetOptions(const Vcl::Controls::TGestureOptions Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr 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