Table of Contents

TTMSFNCCustomKanbanBoard.FindItemWithDBKey Method

Finds an item by its database key.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCCustomKanbanBoard

Syntax

function FindItemWithDBKey(ADBKey: String): TTMSFNCKanbanBoardItem; virtual;

Parameters

Name Description
ADBKey The database key to locate.

Returns

The matching item, or nil when no item has the specified key.