Table of Contents

TTMSFNCKanbanBoardColumn.FindItem Method

Returns the item at the specified zero-based index in the column.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCKanbanBoardColumn

Syntax

function FindItem(AIndex: Integer): TTMSFNCKanbanBoardItem;

Parameters

Name Description
AIndex The zero-based index of the item to find.

Returns

The item at the specified index, or nil when the index is out of range.