API:Vcl.Touch.GestureMgr.TGestureCollectionItem.SetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAction(const Value: TBasicAction); override;

C++

virtual void __fastcall SetAction(System::Classes::TBasicAction* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

SetAction is the abstract setter method for the Action property.

Vcl.Touch.GestureMgr.TGestureCollectionItem.SetAction inherits from Vcl.Controls.TCustomGestureCollectionItem.SetAction. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.SetAction.

SetAction is the abstract setter method for the Action property.

Override the SetAction method in descending classes to implement the setter method for the Action property.

See Also