FMX.ActnList.IActionClient.SetAction
Delphi
procedure SetAction(const Value: TBasicAction);
C++
virtual void __fastcall SetAction(System::Classes::TBasicAction* const Value) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | IActionClient |
Description
Setter method for the Action property.
SetAction takes the Value parameter with TBasicAction type to set the Action property.