Table of Contents

TTMSFNCKanbanBoardAdapter.InsertItem Method

Inserts the specified new item into the external data source; override to perform the insert operation.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCKanbanBoardAdapter

Syntax

procedure InsertItem(AItem: TTMSFNCKanbanBoardItem); virtual; abstract;

Parameters

Name Description
AItem The kanban board item to insert into the data source.