TTMSFNCKanbanBoard.FindItemWithDBKey Method
Finds an item by its database key.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoard
Inherited from: 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.