TTMSFNCKanbanBoardDatabaseAdapter.OnItemToFields Event
Occurs when an item is about to be written to the dataset, allowing custom field mapping from the kanban board item to dataset fields.
API unit family: TMSFNCKanbanBoardDatabaseAdapter
Declaring type: TTMSFNCKanbanBoardDatabaseAdapter
Syntax
OnItemToFields: TTMSFNCKanbanBoardDatabaseAdapterItemToFieldsEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The adapter raising the event. |
AItem |
The kanban board item whose data is being written. |
AFields |
The dataset field collection to populate. |