Vcl.ActnMan.TActionClient.ActionBar
Delphi
property ActionBar: TCustomActionBar read FActionBar write SetActionBar;
C++
__property TCustomActionBar* ActionBar = {read=FActionBar, write=SetActionBar};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TActionClient |
Description
Specifies the action band the action client is rendered on.
ActionBar is used internally to specify the action band that the action client is rendered on.