TTMSFNCKanbanBoardDatabaseAdapter.InsertItem Method
Appends a new record to the dataset for the specified kanban board item and writes its field values.
API unit family: TMSFNCKanbanBoardDatabaseAdapter
Declaring type: TTMSFNCKanbanBoardDatabaseAdapter
Syntax
procedure InsertItem(AItem: TTMSFNCKanbanBoardItem); override;
Parameters
| Name | Description |
|---|---|
AItem |
The kanban board item to insert into the dataset. |