System.Classes.TBasicActionLink.SetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAction(Value: TBasicAction); virtual;

C++

virtual void __fastcall SetAction(TBasicAction* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TBasicActionLink

Description

Associates the specified action with the action link's client.

SetAction is the setter method for the Action property. SetAction associates the action specified by the Value parameter with the client of the action link.

See Also