Vcl.Touch.GestureMgr.TGestureCollectionItem.GetAction
Delphi
function GetAction: TBasicAction; override;
C++
virtual System::Classes::TBasicAction* __fastcall GetAction(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | class protected | Vcl.Touch.GestureMgr.pas Vcl.Touch.GestureMgr.hpp |
Vcl.Touch.GestureMgr | 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.