Vcl.Controls.TCustomGestureCollectionItem.SetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAction(const Value: TBasicAction); virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

Description

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