TTMSFNCCircleItem Class
Represents a single progress ring within a multi-progress widget. Each item carries its own completed and remaining fill, a progress value, and a caption used in the legend.
API unit family: TMSFNCWidgetMultiProgress
Inherits from: TCollectionItem
Syntax
TTMSFNCCircleItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Caption | Text shown for this ring in the legend. |
| Fill | Fill used to render the completed portion of the ring. |
| UnfinishedFill | Fill used to render the remaining (not yet completed) portion of the ring. |
| Value | Progress value of the ring, expressed as a percentage. |