Table of Contents

Getting Started with TMS FNC Page Control

Prerequisites

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

Steps

  1. Drop a TTMSFNCPageControl onto a form.
  2. Right-click the control and choose Add page to add pages, or call Pages.Add in code.
  3. Set ActivePageIndex to show a specific page; handle OnChangePage to respond to tab selection.

Next steps