ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Type (Property)
The Type property is used to get and change the type of an element.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
TableInfoXY (Example)
Usage example of the TableInfoXY function
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit control.
zipAddFile (Example)
Usage example of the zipAddFile function
Color (Property)
The Color property is used to get and change the color of an element.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
PageAddress (Function)
Used to find out the Internet address of a page.
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Events associated with control templates
List of events associated with control templates...
Value (Property)
The Value property is used to get and change the value of an element.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....