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
- Drop a
TTMSFNCStatusBaronto a form. - Add panels via the
Panelscollection in the Object Inspector; set each panel'sStyle(spsText,spsHTML,spsProgress,spsImage, orspsOwnerDraw) andText. - Update text at runtime with
Panels[i].Text := 'Status message'to reflect application state.