ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Creating help pages
A help system includes several pages......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Error 705: The property does not exist on this type
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Error 706: The property does not exist on this type of control
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
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....
Information 37: Optimize your FOR loop
Error 704: The property does not exist on
Page Header block
The Page header block is printed on each new page......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......