TTMSFNCWidgetProgressBeforeDrawProgressCircleEvent Event Type
Occurs before the progress arc is drawn.
API unit family: TMSFNCWidgetProgress
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. |