TTMSFNCKanbanBoardDatabaseAdapter.OnFieldsToColumn Event
Occurs when a dataset record is read and the adapter needs to determine which kanban column the item belongs to; handle this event to provide custom column resolution.
API unit family: TMSFNCKanbanBoardDatabaseAdapter
Declaring type: TTMSFNCKanbanBoardDatabaseAdapter
Syntax
OnFieldsToColumn: TTMSFNCKanbanBoardDatabaseAdapterFieldsToColumnEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The adapter raising the event. |
AFields |
The dataset field collection being read. |
AColumnField |
The field holding the column identifier value. |
AColumn |
Set this to the resolved zero-based column index. |
AAcceptItem |
Set to False to skip this record and not add an item for it. |