Table of Contents

TTMSFNCCustomToolBar.AddSeparator Method

Creates and adds a TTMSFNCToolBarSeparator to the toolbar.

API unit family: TMSFNCToolBar Declaring type: TTMSFNCCustomToolBar

Syntax

function AddSeparator(AIndex: Integer = -1): TTMSFNCToolBarSeparator; virtual;

Parameters

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

Returns

The newly created separator.