Table of Contents

Getting started

This page covers the shortest path to a running TTMSFNCPlanner: drop the component, configure a day view, add a couple of items, and respond to selection. For the full, task-oriented documentation see the user guide and the per-feature pages linked from it.

Prerequisites

  • Delphi (or a compatible IDE) with TMS FNC UI Pack installed.
  • A new or existing VCL, FMX, or WEB Core application.

Add the component to a form

  1. Search for TTMSFNCPlanner in the Tool Palette.
  2. Drag it onto your form and set its Align to Client.

The planner uses a unit-based timeline: DisplayUnit and DisplayUnitType set the row duration, while DisplayStart/DisplayEnd are row indices counted from midnight and ViewStart is the date anchor. See Timeline for the full model.

TMS FNC Planner showing a day view with scheduled items TMS FNC Planner showing a day view with scheduled items in a dark theme

Where to next

  • Timeline — display units, visible range, active hours, and navigation.
  • Items — item properties, defaults, editing, and linking.
  • Appearance — colors, fonts, grid, and selection styling.
  • Interaction — insert, edit, move/size, keyboard, and touch.
  • Database adapter — bind the planner to a dataset.
  • Recurrence — repeating items with iCalendar RRULE.

See also

  • Overview — what the planner is and its key features.
  • API reference — classes, properties, methods, events.