FMX.Gestures.TGestureCollectionItem.GetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAction: TCustomAction; override;

C++

virtual Fmx::Actnlist::TCustomAction* __fastcall GetAction();

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.

Override the GetAction method in descending classes to implement the getter method for the Action property.

See Also