Table of Contents

TTMSFNCCustomNavigationPanel.AddPanel Method

Adds a panel item to the end of the navigation panel.

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