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
- Drop a
TTMSFNCProgressBaronto a form. - Set
Minimum,Maximum, andValueto define the initial progress state. - Update
Valueat runtime (e.g. from a processing loop) to advance the bar.