Vcl.ActnMan.TCustomActionBar.ActionClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionClient: TActionClient read FActionClient write SetActionClient;

C++

__property TActionClient* ActionClient = {read=FActionClient, write=SetActionClient};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Specifies the action client associated with this action band.

Use ActionClient 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