Skip to main content

TdxBarExtraPaneItem Class

An item displayed in the Application Menu‘s right panel.

Declaration

TdxBarExtraPaneItem = class(
    TCollectionItem
)

Remarks

This class allows you to do the following:

  • Specify the item’s display name (DisplayText).

  • Provide an item with an explanatory image (ImageIndex).

  • Specify additional information for each item (Text).

  • Store an arbitrary numeric value with the item (Data).

The TdxBarExtraPaneItem instance is referenced by the Application Menu’s ExtraPaneItems.Items property.

Inheritance

See Also