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

TdxBar Class

The non-visual portion of a toolbar.

Declaration

TdxBar = class(
    TcxComponentCollectionItem,
    IdxBarSelectableItem,
    IdxBarLinksOwner,
    IdxScaleFactor
)

Remarks

This object stores all the information, which is required for a toolbar’s existence and for its visual representation. TdxBar objects are stored within objects of the TdxBars type. The properties of a toolbar can be stored in the registry or an INI file (as specified in a corresponding TdxBarManager).

If you dynamically populate TdxBar with standard size (16 by 16 pixels) bar item controls, you can provide images for this particular toolbar via its Images property and make its item controls reference these images via a corresponding item link‘s ImageIndex property.

See Also