Delphi Progress bar

Posted by Craig on November 13, 2005

I have a Delphi test project that I am working on. It has a trackbar and a progress bar on the forum, I have the following code for the trackbar:

Progressbar1.Position := Progressbar1.Position + 1

My question is this as the track bar is going up it increase the progress bar can the trackbar be set so when it is decreased the progressbar will decrease as well?
Thank you


Related Articles and Replies


DelphiLand Forum