Table of Contents

TTMSFNCCustomListBox.AddItem Method

Adds a new item to the list box.

API unit family: TMSFNCListBox Declaring type: TTMSFNCCustomListBox

Syntax

function AddItem(AText: string = ''): TTMSFNCListBoxItem; virtual;

Parameters

Name Description
AText Text assigned to the new item.

Returns

The created item.