TTMSFNCNavigationPanelItems Class
Ordered collection of
TTMSFNCNavigationPanelItementries displayed in the navigation panel.
API unit family: TMSFNCNavigationPanel
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCNavigationPanelItems = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| PanelItems | Indexed access to the navigation panel items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new navigation panel item to the collection and returns it. |
| Clear | Removes all items and their associated containers from the collection. |
| IndexOfContainer | Returns the zero-based index of the item whose container component matches AValue, or -1 if not found. |
| Insert | Inserts a new navigation panel item at the specified zero-based index and returns it. |
| NavigationPanel | Returns the navigation panel that owns this collection. |