TTMSFNCPlannerResources Class
An ordered collection of resources defining the rows or columns of the planner view to which appointments can be assigned.
API unit family: TMSFNCPlannerData
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCPlannerResources = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Returns the resource at the given zero-based index. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new empty resource to the collection. |
| Insert | Inserts a new empty resource at the specified position in the collection. |
| Planner | Returns the planner data instance that owns this collection. |