Table of Contents

TTMSFNCKanbanBoardAdapter.SelectItem Method

Notifies the data source that the specified item has been selected; override to react to item selection.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCKanbanBoardAdapter

Syntax

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

Parameters

Name Description
AItem The kanban board item that was selected.