FMX.Types.TCustomGestureCollectionItem.GetAction
Delphi
function GetAction: TCustomAction; virtual; abstract;
C++
virtual Fmx::Actnlist::TCustomAction* __fastcall GetAction(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | class protected | FMX.Types.pas FMX.Types.hpp  | 
        FMX.Types | TCustomGestureCollectionItem | 
Description
GetAction is the abstract getter method for the Action property.
Override the GetAction method in descending classes to implement the getter method for the Action property.