Getting Started with TMS FNC Planner Item Recurrency
Prerequisites
- Delphi with TMS FNC UI Pack installed.
- A new or existing VCL, FMX, or WEB application.
Steps
- Drop a
TTMSFNCPlannerItemEditorRecurrencyonto a form. - Also drop a
TTMSFNCPlanneronto the form and setTMSFNCPlanner1.ItemEditor := TMSFNCPlannerItemEditorRecurrency1. - Double-click a planner item at runtime to open the recurrency editor; handle
OnItemEditedon the planner to save changes.