FMX.ActnList.TActionLink.SetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAction(Value: TBasicAction); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

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

FMX.ActnList.TActionLink.SetAction inherits from System.Classes.TBasicActionLink.SetAction. All content below this line refers to System.Classes.TBasicActionLink.SetAction.

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