ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Translating a text file with WDTRAD
User Groupware functions...
5. Deploying a dynamic site (Session or AWP) in practice
4. HFSQL Classic
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Programming patterns
CAUTION......
Binding a Combo Box control to an item
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Configuring the setup program
Two tools can be used to create a setup program......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: field label Window label. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static Text control in a report....
3. Deploying a dynamic WEBDEV site