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

Vcl.Touch.GestureMgr.TGestureCollectionItem.SetOptions inherits from Vcl.Controls.TCustomGestureCollectionItem.SetOptions. All content below this line refers to Vcl.Controls.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.

See Also