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.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HDescribeItem (Example)
Usage example of the HDescribeItem function
Creating the Vision pages of the WEBDEV RAD pattern
HDescribeConnection (Function)
Describes a new connection to an external database.
HForward (Function)
Moves several records forward from the current position in the table, according to a specified item.
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Customizing the User Groupware
Resets the variable to its initial value....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
PageToSource (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Creating a table in a report
Tables can be created in a report......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Size (Example)
Usage example of the Size property