TTMSFNCWidgetProgress.OnAfterDrawProgressCircle Event
Occurs after the progress circle is drawn.
API unit family: TMSFNCWidgetProgress
Declaring type: TTMSFNCWidgetProgress
Inherited from: TTMSFNCWidgetProgressCustom
Syntax
OnAfterDrawProgressCircle: TTMSFNCWidgetProgressAfterDrawProgressCircleEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Widget raising the event. |
AGraphics |
Graphics context used for drawing. |
RectCircle |
Bounds of the circle used to draw the progress arc. |
APercentComplete |
Current progress value expressed as a percentage. |
DrawValueIndicator |
Indicates whether the value indicator was drawn. |