Table of Contents

TTMSFNCKanbanBoardDatabaseAdapterItemSource Class

Describes the dataset field mappings and data source used by the kanban board database adapter to read and write item data.

API unit family: TMSFNCKanbanBoardDatabaseAdapter Inherits from: TPersistent

Syntax

TTMSFNCKanbanBoardDatabaseAdapterItemSource = class(TPersistent)

Properties

Name Description
AutoIncrementDBKey When True, the adapter generates a unique key value automatically for each new item inserted into the dataset.
Column Name of the dataset field that identifies which kanban column an item belongs to.
DBKey Name of the dataset field used as the unique primary key for each item.
DataSource The dataset used as the data source for loading and synchronising kanban board items.
Text Name of the dataset field mapped to the item body text.
Title Name of the dataset field mapped to the item title.