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.Insert(Integer) Method

Creates a new TdxBarItemLink instance and inserts it into the TdxBarItemLinks collection at a position specified by the zero-based AIndex parameter.

#Declaration

Delphi
function Insert(AIndex: Integer): TdxBarItemLink;

#Parameters

Name Type
AIndex Integer

#Returns

Type
TdxBarItemLink

#Remarks

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

To associate the link with a particular item, use the TdxBarItemLink.Item property.

See Also