Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



Runtime TAdvNavBArPanel handling is easy.
TAdvNavBar provides a number of functions to help with this:
// Creates a new panel at the last position TAdvNavBar.AddPanel: TAdvNavBarPanel // Creates a new panel at position Index TAdvNavBar.InsertPanel(Index: Integer): TAdvNavBarPanel // Removes the panel at position Index in the TAdvNavBar TAdvNavBar.RemovePanel(Index: Integer) // Provides access to the TAdvNavBarPanels TAdvNavBar.Panels[Index: Integer]: TAdvNavBarPanel