Table of Contents

TTMSFNCWidgetMarqueeContinuousProgress Class

A circular progress control that shows an indeterminate, continuously running marquee animation. The ring is divided into equally sized sections and a highlighted section sweeps around the ring to indicate ongoing activity, with optional centered text.

API unit family: TMSFNCWidgetMarqueeContinuousProgress Inherits from: TTMSFNCWidgetProgressCustom

Syntax

TTMSFNCWidgetMarqueeContinuousProgress = class(TTMSFNCWidgetProgressCustom)

Remarks

Use this control when the duration of an operation is unknown. Configure the ring appearance through CircleOptions and the animation behavior through MarqueeAnimation.

Properties

Name Description
CenterText Text drawn in the center of the continuous marquee ring.
CenterTextFont Font used to draw the center text.
CircleOptions Appearance options for the segmented marquee ring.
MarqueeAnimation Animation settings that control the continuous marquee sweep.
Version Version string for the widget implementation.

Events

Name Description
OnAfterDrawProgressSections Occurs after the segmented marquee ring is drawn.
OnBeforeDrawProgressSections Occurs before the segmented marquee ring is drawn.

Used by