ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
ERR_DISCONNECTED_TIMEOUT
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......