ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Timeout (Property)
The Timeout property is used to get and change the maximum wait time before a request times out.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Screen,ScreenToFile (External language)
Updates the items in the data file with the values from the bound controls in the window.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
Organization chart linked to a data file
Error 403: The item does not belong to the file
Error 31: The file to include is not found. Check the name and path ...
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
21. Reports
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
8. 10 tips for better interfaces...