Table of Contents

TTMSFNCKanbanBoardColumn.AddItem Method

Appends a new item with the given text to the column and returns it.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCKanbanBoardColumn

Syntax

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

Parameters

Name Description
AText The body text for the new item.

Returns

The newly created item.