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

FMX.Gestures.TGestureCollectionItem.GetOptions inherits from FMX.Types.TCustomGestureCollectionItem.GetOptions. All content below this line refers to FMX.Types.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