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 setter method for the Action property.

Use the SetAction method to set the value for the Action property.

See Also