TdxNavBarComponentCollection.Add Method
Creates a new item and adds it to the collection.
Declaration
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