Table of Contents

Getting Started with TMS FNC Page Slider

Prerequisites

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

Steps

  1. Drop a TTMSFNCPageSlider onto a form.
  2. Call AddPage in code to add slide-in pages; each returns a TTMSFNCPageSliderContainer you populate with controls.
  3. Call Navigate to move forward; handle OnPageChange to respond to navigation events.

Next steps