ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
Progress Bar control functions
The following functions are used to manage Progress Bar controls in a WEBDEV page:...
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
NbAnimationSteps (Property)
The NbAnimationSteps property is used to get and specify the number of drawings in the image that defines the animation of a custom infinite Progress Bar control.
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Infinite Progress Bar control
Progress bars provide useful information to the end user......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Progress Bar control properties
List of properties associated with the Progress Bar control...
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
Functions for managing TreeView Table controls (prefix syntax)
List of functions for managing TreeView Table controls...
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Events associated with an infinite Progress Bar control
Outstanding progress bars
Simple or symmetric progress bar?...
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
19. Upload: Sending files to the server
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....