ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
HMode (Function)
Changes the mode and the method for locking tables.
HTTPRequest (Function)
Starts an HTTP request on a server.
Table,Add (External language)
Adds an element to a Table control.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Customizing the User Groupware
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
The Static Text control
A Static Text control is a control used to display a static text......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HDescribeConnection (Function)
Describes a new connection to an external database.