TTMSFNCPlannerData Class
Stores and manages the appointments, resources, and groups that supply data to the planner component.
API unit family: TMSFNCPlannerData
Inherits from: TTMSFNCPlannerBase
Syntax
TTMSFNCPlannerData = class(TTMSFNCPlannerBase)
Methods
| Name | Description |
|---|---|
| FindGroupByName | Finds a group header by its Name property and returns it, or nil when no match is found. |
| FindGroupIndexByName | Returns the zero-based index of the group header with the given Name, or -1 when not found. |
| FindResourceByName | Finds a resource by its Name property and returns it, or nil when no match is found. |
| FindResourceIndexByName | Returns the zero-based index of the resource with the given Name, or -1 when not found. |