TTMSFNCKanbanBoardAdapter.DeleteItem Method
Deletes the specified item from the external data source; override to perform the delete operation.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardAdapter
Syntax
procedure DeleteItem(AItem: TTMSFNCKanbanBoardItem); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AItem |
The kanban board item to delete from the data source. |