Table of Contents

TTMSFNCCustomNavigationPanel.InsertPanel Method

Inserts a panel item at a specific index.

API unit family: TMSFNCNavigationPanel Declaring type: 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.