TTMSFNCWidgetMarqueeProgress.StepBy Method
Increases the progress value by the given amount, clamping the result to a maximum of 100.
API unit family: TMSFNCWidgetMarqueeProgress
Declaring type: TTMSFNCWidgetMarqueeProgress
Syntax
procedure StepBy(AValue: Single);
Parameters
| Name | Description |
|---|---|
AValue |
Amount to add to the current progress value. The call has no effect when this amount is 100 or more. |