TWebJQXProgressBar
Description
Below is a list of the most important properties methods and events for TWebJQXProgressBar
.
Represents a control that visually indicates the progress of an operation.
 |
 |
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 TWebJQXProgressBar
Property |
Description |
AnimationDuration |
Sets the duration of the animation to fill the progressbar to the value. Set to 0 to disable animation |
ColorRanges |
|
ElementClassName |
Optionally sets the CSS classname when styling via CSS is used |
ElementID |
Optionally sets the HTML element ID for a HTML element in the form HTML file the label needs to be connected with. When connected, no new control is created but the Delphi class is connected with the existing HTML element in the form HTML file |
Maximum |
Sets the maximum value |
Minimum |
Sets the minimum value |
Orientation |
Sets the progressbar orientation to Horizontal or Vertical |
ShowValue |
Sets if the value is displayed in the progressbar |
Theme |
Sets the name of the theme that is used to display the control |
Value |
Sets the value of the progress position |