FMX.Types.TCustomGestureCollectionItem.GetOptions
Delphi
function GetOptions: TGestureOptions; virtual; abstract;
C++
virtual TGestureOptions __fastcall GetOptions(void) = 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.