ProgressBar.StepIt Method
| Explanation | Take the progress bar one step. If specify an argument, the progress bar advances to the step position of that numerical value. | |
| Call format | var num = ProgressBar1.StepIt( [ num ] ) | |
| Return value | ||
| Arguments | integer num | Step position Specify a value less than or equal to Step property. If omitted, proceed one step. |
| Exception | None | |
| Example of use | | |
| Related item | Step property | |