TTMSFNCKanbanBoardItems Class
A collection of TTMSFNCKanbanBoardItem cards belonging to a single kanban board column.
API unit family: TMSFNCKanbanBoard
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCKanbanBoardItems = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Column | The column that owns this items collection. |
| Items | Provides indexed access to the items in the collection. |
| TableView | The internal table view that renders the items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new item to the collection and returns it. |
| Clear | Removes all items from the collection. |
| GetColumn | Returns the column that owns this items collection. |
| GetTableView | Returns the internal table view that renders the items in this collection. |
| Insert | Inserts a new item at the specified zero-based index and returns it. |
| Sort | Sorts the items by their text. |