TTMSFNCPlannerItems Class
An ordered collection of planner appointments used to populate the planner view with time-ranged events, full-day items, and linked items.
API unit family: TMSFNCPlannerData
Inherits from: TTMSFNCOwnedCollection
Implements: ITMSFNCBaseListIO, ITMSFNCBasePersistenceIO
Syntax
TTMSFNCPlannerItems = class(TTMSFNCOwnedCollection, ITMSFNCBaseListIO, ITMSFNCBasePersistenceIO)
Properties
| Name | Description |
|---|---|
| Items | Returns the appointment item at the given zero-based index. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new empty appointment item to the collection and returns it. |
| Clear | Removes all items from the collection and triggers a full planner repaint. |
| Insert | Inserts a new empty appointment item at the specified position in the collection. |
| Planner | Returns the planner data instance that owns this collection. |