How to set the Progress Bar Position using Mouse
Monday October 17, 2005
TIPS ::
By default, the TProgressBar control is used to provide visual feedback about the progress of a procedure within an application. Programatically, a developer can set Min and Max properties to specify the lower and the upper limit of the range of possible positions. The Position property (or the Step, StepBy methods) is then used to set the current position of the progress bar.
If you want to enable the users of you application to set the position of the progress bar visually, using mouse, you can use the next trick ...
By default, the TProgressBar control is used to provide visual feedback about the progress of a procedure within an application. Programatically, a developer can set Min and Max properties to specify the lower and the upper limit of the range of possible positions. The Position property (or the Step, StepBy methods) is then used to set the current position of the progress bar.
If you want to enable the users of you application to set the position of the progress bar visually, using mouse, you can use the next trick ...


No comments yet. Leave a Comment