TTMSFNCWidgetProgress.OnBeforeDrawProgressCircle Event
Occurs before the progress circle is drawn.
API unit family: TMSFNCWidgetProgress
Declaring type: TTMSFNCWidgetProgress
Inherited from: TTMSFNCWidgetProgressCustom
Syntax
OnBeforeDrawProgressCircle: TTMSFNCWidgetProgressBeforeDrawProgressCircleEvent;
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 will be drawn. |
AAllow |
Set to False to skip the drawing stage. |
ADefaultDraw |
Set to False to suppress the built-in arc drawing. |