TTMSFNCKanbanBoardDatabaseAdapter.UpdateItem Method
Locates the dataset record for the specified kanban board item and writes its current property values back to the dataset fields.
API unit family: TMSFNCKanbanBoardDatabaseAdapter
Declaring type: TTMSFNCKanbanBoardDatabaseAdapter
Syntax
procedure UpdateItem(AItem: TTMSFNCKanbanBoardItem); override;
Parameters
| Name | Description |
|---|---|
AItem |
The kanban board item whose changes are saved to the dataset. |