ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of dynamic Active WEBDEV Pages
The Upload control
The Upload control is used to upload files on the Web server......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
9. Sharing a project in practice
Sharing a project in practice...
FileDisplay (Function)
Displays a file in the browser of Web user.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
fMoveFile (Function)
Moves a file from one directory to another.
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
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
Combination (Type of variable)
A combination is a set of options.