Table of Contents

Getting Started with TMS FNC Panel

Prerequisites

  • Delphi with TMS FNC UI Pack installed.
  • A new or existing VCL, FMX, or WEB application.

Steps

  1. Drop a TTMSFNCPanel onto a form.
  2. Set Header.Visible := True and Header.Caption to add a titled header bar.
  3. Drop controls inside the panel's content area; optionally add labelled horizontal bands via Sections.Add.

Next steps