Table of Contents

TTMSFNCRibbonSystemMenu.AddSeparator Method

Adds a separator element to this toolbar and returns it.

API unit family: TMSFNCRibbon Declaring type: TTMSFNCRibbonSystemMenu Inherited from: TTMSFNCRibbonDefaultToolBar

Syntax

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

Parameters

Name Description
AIndex Insertion index; pass -1 to append.