Table of Contents

TTMSFNCCustomToolBar.AddBitmapPicker Method

Creates and adds a TTMSFNCToolBarBitmapPicker to the toolbar.

API unit family: TMSFNCToolBar Declaring type: TTMSFNCCustomToolBar

Syntax

function AddBitmapPicker(AIndex: Integer = -1): TTMSFNCToolBarBitmapPicker; virtual;

Parameters

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

Returns

The newly created bitmap picker.