Table of Contents

Getting Started with TMS FNC Status Bar

Prerequisites

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

Steps

  1. Drop a TTMSFNCStatusBar onto a form.
  2. Add panels via the Panels collection in the Object Inspector; set each panel's Style (spsText, spsHTML, spsProgress, spsImage, or spsOwnerDraw) and Text.
  3. Update text at runtime with Panels[i].Text := 'Status message' to reflect application state.

Next steps