ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Burner constants
List of constants used by the burner functions....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
HOpenConnection (Example)
Usage example of the HOpenConnection function
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Project description: Files tab
The project description window allows you to configure various elements of your project......
HChangeConnection (Example)
Usage example of the HChangeConnection function
fTrackFile (Function)
Triggers the tracking of a file.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Accessibilité (Property)
HCloseConnection (Example)
Usage example of the HCloseConenction function
WDMSG license agreement
WDMSG license agreement...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HConnect (Example)
Usage example of the HConnect function