ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

16. Application test in practice
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
WINDEV License Agreement
WINDEV License Agreement...
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Operator on Address
The & operator returns the address of a variable as an integer
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
CallDLL32 (Function)
Runs a function found in an external DLL.
Referring to an element in a WLanguage event / process
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Events associated with Tab controls
List of events associated with Tab controls...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
The Edit control
The Edit control allows users to enter data......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
1. Examples provided with WINDEV Mobile
5. User Groupware in practice
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
2. Deploying a static site or a PHP site
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
LoadParameter (Function)
Reads a persistent value.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).