ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
fSelect (Function)
Opens the Windows file picker.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
2. Modes to install an application
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Drawer control properties
List of properties associated with the Drawer control...
Using .NET assemblies in a project
To use .NET assemblies in a project......
HChangeConnection (Example)
Usage example of the HChangeConnection function
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
SQLConnect (Example)
Usage example of the SQLConnect function
Bitwise operators
The operations on binary values are performed......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
HReadLast (Example)
Usage example of the HReadLast function
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.