TTMSFNCPlannerCustomItemEditorForm Class
Base form class for custom item editing dialogs; inherit from this class to replace the built-in editing dialog with your own design.
API unit family: TMSFNCPlanner
Inherits from: TWebForm
Syntax
TTMSFNCPlannerCustomItemEditorForm = class(TWebForm)
Properties
| Name | Description |
|---|---|
| Planner | The planner component that opened this editing form. |
| PlannerEndTime | End date/time value bound to this editing form. |
| PlannerFullDay | True when the item being edited spans a full day. |
| PlannerItem | The planner item being edited; nil when inserting a new item. |
| PlannerMode | Indicates whether the form is inserting a new item or updating an existing one. |
| PlannerResource | Resource (position) index bound to this editing form. |
| PlannerStartTime | Start date/time value bound to this editing form. |
| PlannerText | Body text bound to this editing form. |
| PlannerTitle | Title text bound to this editing form. |
Methods
| Name | Description |
|---|---|
| Initialize | Called by the planner after the form is created; override to populate controls from the bound item data. |