ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Site development life cycle
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
3. Deploying a dynamic WEBDEV site
Error 3: The string has no final "
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
5. Site test in practice
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
7. Source Code Manager (SCM)
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
1
2
3
4
5
6
279
>