Table of Contents

TTMSFNCDockPanel.AddToolBar Method

Creates a new TTMSFNCToolBar, adds it to this dock panel, and returns the new toolbar.

API unit family: TMSFNCToolBar Declaring type: TTMSFNCDockPanel Inherited from: TTMSFNCCustomDockPanel

Syntax

function AddToolBar(AIndex: Integer = -1): TTMSFNCToolBar;

Parameters

Name Description
AIndex Zero-based insertion index, or -1 to append.

Returns

The newly created toolbar.