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

Vcl.Touch.GestureMgr.TGestureCollectionItem.GetOptions inherits from Vcl.Controls.TCustomGestureCollectionItem.GetOptions. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.GetOptions.

GetOptions is the abstract getter method for the Options property.

Override the GetOptions method in descending classes to implement the getter method for the Options property.

See Also