Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Progress bar

Samuel Gomes edited this page Nov 25, 2022 · 2 revisions

A ProgressBar control presents the user with a visual indication of the progress of an on-going task. Set its Min and Max properties and then update its Value property at runtime.

If you set its ShowPercentage property to True, you can have the control's Caption property show in the bar's area. You embed the actual percentage by using the placeholder \#.

Properties editable at runtime

Clone this wiki locally