ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload 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....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Manipulating PDF Reader controls programmatically (prefix syntax)
PDF Reader controls can be manipulated programmatically......
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
The Signature control
The Signature control is a report control used to sign......
Handling Word Processing controls programmatically (prefix syntax)
A Word Processing control can be handled through programming......
Combo Box columns in the Table controls (prefix syntax)
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Programming custom calculations in Table controls (prefix syntax)
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Programming data-bound Looper controls (prefix syntax)
These are the main concepts for programming data-bound Looper controls......
Manipulating Organization Chart controls programmatically (prefix syntax)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Functions for managing Organization Chart controls (prefix syntax)
Two categories of data files are managed......
Manipulating Sliding Banner controls programmatically (prefix syntax)
A Sliding Banner control can be handled through programming......
Manipulating Multiline Zone controls programmatically (prefix syntax)
A Multiline Zone control can be manipulated programmatically using the control name....
Manipulating TreeView Table controls programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
Programming data-bound Table controls (prefix syntax)
Here's how to program Table controls linked to a table....