ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Remote WEBDEV administrator: Server settings
The server administrator can define the server parameters via the remote administration tool......
14. Configuring the "Back" button in practice
Blurs the entire given area in a variable of type picLayer....
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL Cluster....
Examples for using the OLE DB provider for HFSQL
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example)....
Creating requirements
The following steps must be performed to implement the requirements......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
WINDEV Framework License Agreement
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
SocketConnect (Function)
Connects a client computer to a given socket.
HReadNext (Function)
Sets the position on the next table record according to a browse item.
emailSMTPSession (Variable type)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Scheduler report
The report editor allows you to create "Scheduler" reports....
16. Java applications in practice
Java applications in practice...
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......