Vcl.ActnMan.TCustomActionBar.Items
Delphi
property Items: TActionClients read GetItems;
C++
__property TActionClients* Items = {read=GetItems};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Description
Lists the action clients that correspond to the child controls of this action band.
Items is used internally to access the components that the action manager lists to represent the child controls of this action band. Each action client object in the Items collection corresponds to one of the controls that the ActionControls property lists. The entire collection of items belongs to the action client specified by this action band's ActionClient property.