API:FMX.Gestures.TGestureCollectionItem.GetAction
Delphi
function GetAction: TCustomAction; override;
C++
virtual Fmx::Actnlist::TCustomAction* __fastcall GetAction(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | class protected | FMX.Gestures.pas FMX.Gestures.hpp |
FMX.Gestures | TGestureCollectionItem |
Description
GetAction is the abstract getter method for the Action property.
FMX.Gestures.TGestureCollectionItem.GetAction inherits from FMX.Types.TCustomGestureCollectionItem.GetAction. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.GetAction.
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.