Vcl.Controls.TCustomGestureCollectionItem.GetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOptions: TGestureOptions; virtual; abstract;

C++

virtual TGestureOptions __fastcall GetOptions() = 0 ;

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

Description

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