ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageParameter (Example)
Usage example of the PageParameter function
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
BurnerSave (Example)
Usage example of the BurnerSave function
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Manager of automated tests
The test manager is used to......
<Connection variable>.NotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
DotNetDelegate (Function)
Initializes a.NET delegate.
apDisableAction (Function)
Disables the execution of an action found in an action plan.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
MapGetJSObject (Function)
Returns the instance of the API of Map control.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Error 805: No syntax without parameter
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
BurnerErase (Example)
Usage example of the BurnerErase function