Vcl.ActnMan.TCustomActionBar.SetActionClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActionClient(const Value: TActionClient); virtual;

C++

virtual void __fastcall SetActionClient(TActionClient* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Is the setter function of the ActionClient property. It specifies the action client associated with this action band.

SetActionClient is used to access the action client that corresponds to this action band. Action clients are the components that the action manager uses to represent nodes in a hierarchy whose leaves correspond to actions. This association between action client and action bar is set up by specifying this action bar as the value of the action client's ActionBar property. The action client can be found as one of the items listed by the action manager's ActionBars property.

See Also