ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
docElementText (Variable type)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
TableInfoXY (Example)
Usage example of the TableInfoXY function
gpwOpen (Function)
Opens the User Groupware login window or page.
Setup in MSI format
You have the ability to create a setup program in MSI standard......
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
BurnerSelect (Function)
Used to select the default burner.
FileDisplay (Example)
Usage example of the FileDisplay function
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".rpl" extension).
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
HSL (Function)
Creates a color from its hue, saturation and lightness.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....