ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
ComponentLocate (Function)
Specifies the access path to an external component of project.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
WDInst: handling the files to install
By default, the files to install are......
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
PDF Reader control events
Managing parallel tasks
The computers are becoming more and more powerful......
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Open (Function)
Opens a modal WINDEV window.
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
grLegend (Function)
Indicates the presence and position of legend in a chart.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function