Table of Contents

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

  1. Drop a TTMSFNCPlannerItemEditorRecurrency onto a form.
  2. Also drop a TTMSFNCPlanner onto the form and set TMSFNCPlanner1.ItemEditor := TMSFNCPlannerItemEditorRecurrency1.
  3. Double-click a planner item at runtime to open the recurrency editor; handle OnItemEdited on the planner to save changes.

Next steps