I need to create a Timer to change ProgressBar's position to 1 in a random time!
2 answers
In general, you can, if on the timer itself, change the value of its Interval property randomly, and always add 1 to the progress bar (the Position property).
- I understood it! I just did not understand where to get the timer? - delphikettle
- oneOn the System tab (there are such a watch): the first component of this bookmark. - DelphiM0ZG
|
System tab TTimer component or CreateTimer () in my opinion
|