ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Global procedure/function
A global procedure can be used in all the processes or events of the project....
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
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....
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
Remote Control: Customizing with your own procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
16. Java applications in practice
Java applications in practice...
<Window>.ToFile (Function)
Automatically updates: the values of a table's items in memory with the values from the controls in the window. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
HModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
HModifyItemRights (Function)
Modifies the rights granted to a user or group on an item of an HFSQL Client/Server table....
<Connection variable>.ModifyItemRights (Function)
Modifies the rights granted to a user or group on an item of an HFSQL Client/Server table....
<Connection variable>.ModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
Software license agreement
WINDEV Express license agreement...
License agreement for WINDEV Mobile Express
License agreement of WINDEV Mobile Express...
HTML (Property)
The HTML property is used to configure the use of HTML content.
OBEXListFile (Function)
Lists the files shared by a device that uses the OBEX protocol.