ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Setup directory
The setup wizard allows you to configure the setup directory of application....
The Dashboard control
Dashboards are essential elements in an application......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
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....
Events associated with an Organizer control
The following events are associated with Organizer controls:...
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Replication management functions
Three types of replication are proposed......
Automatic documentation of external components
External components must include a technical documentation......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......