Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarItemLinks.CreateBarControl Method

In This Article

Specifies the bar control created with information stored in TdxBarItemLinks.

#Declaration

Delphi
procedure CreateBarControl; virtual;

#Remarks

This method creates a bar control using information stored in a given TdxBarItemLinks, considering its Owner. If Owner is TdxBar, an instance of type TdxBarControl is created. Otherwise, an instance of the TdxBarSubMenuControl type is created.

Note

The newly created bar control is stored in the BarControl property.

See Also