FMX.Gestures.TGestureCollectionItem.GetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOptions: TGestureOptions; override;

C++

virtual Fmx::Types::TGestureOptions __fastcall GetOptions();

Properties

Type Visibility Source Unit Parent
function class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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