TTMSFNCNavigationPanel.InsertPanel Method
Inserts a panel item at a specific index.
API unit family: TMSFNCNavigationPanel
Declaring type: TTMSFNCNavigationPanel
Inherited from: TTMSFNCCustomNavigationPanel
Syntax
function InsertPanel(APanelIndex: Integer; AText: String = ''): TTMSFNCNavigationPanelItem; virtual;
Parameters
| Name | Description |
|---|---|
APanelIndex |
The insertion index. |
AText |
The text for the new panel item. |
Returns
The newly created panel item.