ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
Events associated with pages
List of events associated with pages...
Events associated with Calendar controls
List of events associated with Calendar controls...
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Tab controls
List of events associated with Tab controls...
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
25. Performing a process on several successive pages
Performing a process on several successive pages...