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:
  • Android Progress Bar control,
  • AndroidiPhone/iPad Progress Bar column,
  • iPhone/iPad infinite Progress Bar control of type "Native circular".
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:
  • Android a Progress Bar control,
  • AndroidiPhone/iPad a Progress Bar column,
  • iPhone/iPad an infinite Progress Bar control representing a native circular progress bar.

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:
  • Android a Progress Bar control,
  • AndroidiPhone/iPad a Progress Bar column,
  • iPhone/iPad an infinite Progress Bar control representing a native circular progress bar.
<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.
Android This property can be used on Progress Bar controls and Progress Bar table columns.
iPhone/iPad This property can be used on:
  • infinite Progress Bar controls of type "Native circular".
  • Progress Bar table columns.
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