TTMSFNCKanbanBoardColumn.LookupItem Method
Finds and optionally selects the first item whose text matches the lookup string.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardColumn
Syntax
function LookupItem(ALookupString: String; ACaseSensitive: Boolean = False; AAutoSelect: Boolean = False): TTMSFNCKanbanBoardItem; virtual;
Parameters
| Name | Description |
|---|---|
ALookupString |
The text to search for. |
ACaseSensitive |
When True, the comparison is case-sensitive. |
AAutoSelect |
When True, the matching item is automatically selected. |
Returns
The first matching item, or nil when no match is found.