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...
Chart: Scale management
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Binding an Edit control to an item
An Edit control can be bound to an item in a table, query, etc...
Constants for external files
List of constants used by the functions for managing external files....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manipulate Scheduler and TimeLine controls:...
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Structure (Type of variable)
A structure is a custom type of data...
gglEvent (Variable type)
The gglEvent type is used to describe and modify an event of a calendar...
GPSGetPosition (Function)
Retrieves information about the current device position.
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
Constants for managing Organizer controls
Constants for managing Organizer controls...
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......