ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
ERR_NO_END_TAG
Page templates
WEBDEV allows you to create page templates......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
WDINT setup
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
Binary values management functions
List of functions for managing binary values...
IsOdd (Function)
Identifies an odd number.
IsEven (Function)
Identifies an even number.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Root (Function)
Returns the root of a number.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
UPNPListDevice (Function)
Lists the UPNnP devices available on the network.
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Using the task management and the schedule
Time management is extremely important......