TdxNavBarComponentCollection.Add Method
In This Article
Creates a new item and adds it to the collection.
#Declaration
Delphi
function Add: TdxNavBarComponentCollectionItem; overload;
#Returns
Type |
---|
Tdx |
#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