ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
WBAdminUpdateAccount (Function)
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server.
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
WBAdminCreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Contains (Function)
Allows you to check if a substring is within a string.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
String functions
List of functions for managing character strings...
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Position (Function)
Finds the position of a specified string within another string.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
RepeatedZoneAddStart (Function)
Adds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.