Vcl.Touch.GestureMgr.TGestureCollectionItem.GetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAction: TBasicAction; override;

C++

virtual System::Classes::TBasicAction* __fastcall GetAction();

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.

See Also