RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.ActionClient Property

Specifies the action client associated with this action band.

Pascal
property ActionClient: TActionClient;
C++
__property TActionClient ActionClient;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!