TTMSFNCKanbanBoardItems.Sort Method
Sorts the items by their text.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardItems
Syntax
procedure Sort(ACaseSensitive: Boolean = True; ASortingMode: TTMSFNCKanbanBoardItemsSortMode = kbismAscending);
Parameters
| Name | Description |
|---|---|
ACaseSensitive |
When True, comparisons are case-sensitive. |
ASortingMode |
The sort direction; ascending or descending. |