API:FMX.ActnList.TActionLink.SetAction
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. {{#multireplace:FMX.ActnList.TActionLink.SetAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TBasicActionLink.SetAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TBasicActionLink.SetAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.