TdxNavBarGroups.Add Method
Adds a new group to the end of the collection and returns the corresponding object.
Declaration
function Add: TdxNavBarGroup;
Returns
Type |
---|
TdxNavBarGroup |
Remarks
Use the Add method to add a new group to the NavBar control. Modify the properties of the returned object to control the appearance and behavior of the added group.
You can use the group’s CreateLink property to add links to your group.
See Also