Skip to main content
A newer version of this page is available. .

TdxBarItem Class

A generic bar item.

Declaration

TdxBarItem = class(
    TdxBarComponent
)

Remarks

TdxBarItem inherits from the TdxBarComponent and is the base class for all items of type TdxBarButton, TdxBarWindowItem, TdxBarStatic, TdxBarControlContainerItem, TdxBarEdit, TCustomdxBarCombo, TdxBarCustomCombo, TdxBarCombo, TCustomdxBarSubItem, TdxBarSubItem, TCustomdxBarContainerItem, TdxBarListItem, and TdxBarContainerItem.

To customize the appearance of each item, use the item’s Style property. The style of editors embedded into the bar can be modified via the editor’s StyleEdit property.

If a TdxBarItem instance is created at design time, it is saved in a form’s resources and the form is its Owner. It is also accessible via the TdxBarManager Items property. For information regarding the creation of your own items, see dxBarRegisterItem.

See Also