I have Delphi 7 (recommended by a friend) and new at it. The first thing I want to build is just a plain progress bar but it doesn't want to move at all. I added the progress bar from the system32 tab and a timer from the system tab, double clicked the timer and added the following code:
Then when I pressed Run it adds 1 bar but doesn't continue the rest. What did I do wrong?
Code:
Progressbar1.Position := +1;