ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
XLS file handling functions
List of functions for managing XLS files...
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
HOpenConnection (Function)
Opens a connection to a specific database.
HDescribeConnection (Function)
Describes a new connection to an external database.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Events associated with the project
List of events associated with the project...
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function