Vcl.ActnMan.TActionClient.ChildActionBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChildActionBar: TCustomActionBar read FChildActionBar  write FChildActionBar;

C++

__property TCustomActionBar* ChildActionBar = {read=FChildActionBar, write=FChildActionBar};

Properties

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

Description

Specifies the action band that is used to render the TActionClients object specified in the Items property.

ChildActionBar is used internally by the action manager and is automatically assigned when a TActionClient contains a nested TActionClients object. An example of this would be when the action client is a menu item that contains sub-menu items. The action band used to render the sub-items is automatically created for the sub-menu items and its reference is assigned to the ChildActionBar property.

See Also