TTMSFNCNavigationPanel.AddPanel Method
Adds a panel item to the end of the navigation panel.
API unit family: TMSFNCNavigationPanel
Declaring type: TTMSFNCNavigationPanel
Inherited from: TTMSFNCCustomNavigationPanel
Syntax
function AddPanel(AText: string = ''): TTMSFNCNavigationPanelItem; virtual;
Parameters
| Name | Description |
|---|---|
AText |
The text for the new panel item. |
Returns
The newly created panel item.