ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
Associative array (Type of variable)
An associative array is an "advanced" type of array...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Automation object
The Automation keyword is used to declare an automation object...
Rights on the virtual directory
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
User Groupware files
Two categories of data files are managed......
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Other operators
The following are additional operators......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...