Table of Contents

TTMSFNCToolBar.AddItemPicker Method

Creates and adds a TTMSFNCToolBarItemPicker to the toolbar.

API unit family: TMSFNCToolBar Declaring type: TTMSFNCToolBar Inherited from: TTMSFNCCustomToolBar

Syntax

function AddItemPicker(AIndex: Integer = -1): TTMSFNCToolBarItemPicker; virtual;

Parameters

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

Returns

The newly created item picker.