ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
FolderData (Function)
FolderData is kept for backward compatibility.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
Constant
The constants are language elements whose value is fixed once and for all...
Passing parameters
The parameters can be passed to a procedure......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Windows
The windows represent the main interface of a WINDEV application......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
The Carousel control
The Carousel control is used to display an animated menu made of images......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Multiline strings
To type character strings over several lines in the code editor...