ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Various constants
List of various constants used by the constants WINDEV functions....
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
UploadFileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
Functions for managing XLS files (prefix syntax)
List of functions for managing XLS files...
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
<Source>.ActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.