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

TdxBadges.Insert(Integer) Method

Inserts a new badge UI adorner at the specified position within the collection.

#Declaration

Delphi
function Insert(Index: Integer): TdxBadge;

#Parameters

Name Type
Index Integer

#Returns

Type
TdxBadge

#Remarks

Call this function to create a new badge with the default settings at the position passed as the Index parameter. The Insert function returns the newly created badge that you can customize.

To destroy a specific badge within the collection, you can call the Remove procedure. The Clear procedure destroys all badges.

See Also