ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Runtime log
The runtime log is the best way to identify the most used features of an application......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
FontLoad (Function)
Loads a custom font from a file (or buffer). After loading, the fonts and variants declared by the file will be available throughout the application. This new function is available from WINDEV Suite SaaS 2025 Update 1....
Error 108: The size of the variable is not allowed
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
The Upload control
The Upload control is used to upload files on the Web server......
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
AWP without UI
Bootstrap, Angular, React, Vue......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....