TWebProgressBar
Description
The TWebProgressBar
is a progress indicating bar control that shows the progress (position) between a configurable minimum and maximum. It can be also be shown in marquee style, indicating that a process of indeterminate duration is busy.
 |
 |
Designtime |
Runtime |
HTML template tag
The HTML tag the component can be associated with in an HTML template. Assign the ID
attribute with a unique value and set the identical value to the ElementID property. Detailed
information can be found in the Use of HTML templates topic.
HTML tag |
<DIV ID=”UniqueID”></DIV> |
ElementID |
UniqueID |
Properties for TWebProgressBar
Property |
Description |
Max |
Sets the maximum value of the progress bar |
Min |
Sets the minimum value of the progress bar |
Position |
Sets the position of the progress bar |
Style |
Sets the style of the progress bar:
pbstNormal : normal progress bar style
pbstMarquee : marquee progress bar style for processes of indeterminate duration
pbstDIV : progressbar is made up of DIV elements that can be styled by Bootstrap |