ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector...
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
DateTimeDifference (Function)
Calculates the difference between two dates and times.
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Example for creating a select query
This help page explains how to create two select queries......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
zipDeleteFile (Function)
Deletes a file from an archive.
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
2. WEBDEV administrator in practice
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....