Vcl.ActnMan.TCustomActionControl.ActionBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionBar: TCustomActionBar read GetActionBar;

C++

__property TCustomActionBar* ActionBar = {read=GetActionBar};

Properties

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

Description

The ActionBand object which contains the custom action control

Custom action controls are objects on an ActionBand user interface object, such as a TActionMainMenuBar. Use ActionBar to refer to that object.

See Also