Table of Contents

TTMSFNCKanbanBoardDatabaseAdapter.OnColumnToFields Event

Occurs when a kanban board column index is about to be written to the dataset, allowing custom mapping from the column index to dataset fields.

API unit family: TMSFNCKanbanBoardDatabaseAdapter Declaring type: TTMSFNCKanbanBoardDatabaseAdapter

Syntax

OnColumnToFields: TTMSFNCKanbanBoardDatabaseAdapterColumnToFieldsEvent;

Parameters

Name Description
Sender The adapter raising the event.
AColumn Zero-based index of the kanban board column being written.
AFields The dataset field collection to populate.
AColumnField The specific field used to store the column identifier.