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.Add(TdxBarItem) Method

Adds a new TdxBarItemLink element to the end of the current collection.

#Declaration

Delphi
function Add(AItem: TdxBarItem): TdxBarItemLink; overload;

#Parameters

Name Type
AItem TdxBarItem

#Returns

Type
TdxBarItemLink

#Remarks

This method creates an instance of the TdxBarItemLink, appends it to the current collection and returns a reference to the newly created TdxBarItemLink instance.

The second form of the method associates a new link with the specified item.

The AItem parameter references a TdxBarItem instance that the link will be created to.

See Also