TTMSFNCKanbanBoardAdapter.UpdateItem Method
Saves changes to the specified item back to the external data source; override to perform the update operation.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardAdapter
Syntax
procedure UpdateItem(AItem: TTMSFNCKanbanBoardItem); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AItem |
The kanban board item whose data should be updated in the data source. |