Vcl.Touch.GestureMgr.TGestureCollectionItem.GetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOptions: TGestureOptions; override;

C++

virtual Vcl::Controls::TGestureOptions __fastcall GetOptions();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

GetOptions is the getter method for the Options property.

Use the GetOptions method to get the value of the Options property.

See Also