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

TdxNavBarComponentCollection.Add Method

Creates a new item and adds it to the collection.

#Declaration

Delphi
function Add: TdxNavBarComponentCollectionItem; overload;

#Returns

Type
TdxNavBarComponentCollectionItem

#Remarks

The Add method is used to create a new item and add it to the end of the collection. Descendants declare overloads of this method to create and add items of specific types and return corresponding objects. These methods use the Add method of this base class to implement their functionalities.

See Also