ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
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.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
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...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
WEBDEV Application Server - 10 connections - License agreement
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
How to save and retrieve an image in a binary memo
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
Describing a problem to the Free Technical Support
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Binding a Combo Box control to an item
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Standard FTP functions
List of standard FTP functions...
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Zombie data files and items
During the life of an application, items live and die......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......