ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
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....
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV Mobile projects......
5. User Groupware in practice
Filling a Chart control
The data that will be displayed in the Chart control can come from......
12. Synchronizing data
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
13. Types of standard controls
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
Context menu of TreeView controls (AAF)
Each TreeView control in a window offers the user a context menu by default......