Table of Contents

TTMSFNCWidgetProgressAfterDrawProgressSectionsEvent Event Type

Occurs after the progress ring sections are drawn, allowing additional custom drawing on top of the rendered ring.

API unit family: TMSFNCWidgetMarqueeContinuousProgress

Parameters

Name Description
Sender The control that raises the event.
AGraphics The graphics surface to draw on.
RectCircle The rectangle that bounds the ring.
CircleOptions The ring appearance options, including thickness and fills.
SectionCount The number of sections the ring is split into.
AngleDrawSweepEachSection The sweep angle, in degrees, drawn for each section.
SectionGapAngle The gap, in degrees, between adjacent sections.
AngleCurrentSection The current angle, in degrees, of the leading highlighted section.
ColorCurrentSection The fill used for the leading highlighted section.
ColorSideSections The fill used for the sections adjacent to the leading section.