ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Limitations
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ProgressBarColor (Property)
In french: CouleurJauge
The ProgressBarColor property gets and sets the progress color in the following controls and elements:
  • WEBDEV - Server codeWEBDEV - Browser codePHP Progress Bar control,
Example
Syntax

Getting the color of a progress bar Hide the details

<Progression color> = <Control used>.ProgressBarColor
<Progression color>: Integer or constant
Color of the progress bar displayed in the specified element. This color can correspond to:
<Control used>: Control name
Name of the control to be used. This control can correspond to:
  • WEBDEV - Server codeWEBDEV - Browser codePHP a Progress Bar control,

Setting the color of a progress bar Hide the details

<Control used>.ProgressBarColor = <Progression color>
<Control used>: Control name
Name of the control to be used. This control can correspond to:
  • WEBDEV - Server codeWEBDEV - Browser codePHP a Progress Bar control,
<Progression color>: Integer or constant
Color of the progress bar displayed in the specified element. This color can correspond to:
Remarks

Limitations

  • The ProgressBarColor property can be used:
    • on Progress Bar controls,
    • on Progress Bar columns (for Table and TreeView Table controls),
    • on Progress Bar cells (for Table and TreeView Table controls).
  • If the progress bar uses an image to show the progress, the ProgressBarColor property has no effect.
WEBDEV - Server codeWEBDEV - Browser codePHP This property can only be used on Progress Bar controls.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/14/2024

Send a report | Local help