Table of Contents

Getting Started with TMS FNC Progress Bar

Prerequisites

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

Steps

  1. Drop a TTMSFNCProgressBar onto a form.
  2. Set Minimum, Maximum, and Value to define the initial progress state.
  3. Update Value at runtime (e.g. from a processing loop) to advance the bar.

Next steps