Table of Contents

TTMSFNCPlannerDatabaseAdapterItemSource Class

Maps dataset field names to the corresponding planner item properties so the database adapter can read and write planner appointments to a TDataSource.

API unit family: TMSFNCPlannerDatabaseAdapter Inherits from: TPersistent

Syntax

TTMSFNCPlannerDatabaseAdapterItemSource = class(TPersistent)

Properties

Name Description
AutoIncrementDBKey True automatically generates a new unique DBKey when a new item is inserted. Default: True.
DBKey Name of the dataset field used as the unique key to correlate items with dataset records.
DataSource The TDataSource that supplies the dataset used to load, insert, update, and delete planner appointments.
EndTime Name of the dataset field mapped to the planner item's EndTime property.
Recurrency Name of the dataset field mapped to the planner item's iCalendar RRULE recurrency string.
Resource Name of the dataset field mapped to the planner item's Resource (position) index.
StartTime Name of the dataset field mapped to the planner item's StartTime property.
Text Name of the dataset field mapped to the planner item's Text (body) property.
Title Name of the dataset field mapped to the planner item's Title property.