Vcl.ActnMan.TCustomActionControl.InitiateAction

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also