FMX.Types.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
FMX.Types.pas
FMX.Types.hpp
FMX.Types 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