ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HJSONToRecord (Function)
Imports JSON data into the current record.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
zipCreate (Function)
Creates an archive.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
XLS file constants
List of constants used by the functions for managing XLS files....
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
iPrintReport (Function)
Prints a report created with the report editor.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min