Vcl.ActnMan.TCustomActionControl.InitiateAction
Delphi
procedure InitiateAction; override;
C++
virtual void __fastcall InitiateAction();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionControl |
Description
Calls the action client's Update method if the control is associated with an action client.
This method performs the same function as TControl's InitiateAction method. See the documentation for that method for more details.