ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
WINDEV License Agreement
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Creating the Form pages of a WEBDEV RAD pattern
Deletes a worksheet from the Excel document....
LooperDelete (Function)
Deletes a row from a Looper control.
ChangeStyle (Function)
Modifies the style of a control dynamically.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
URI constants
The following constants are used by URI-specific functions:...
HSubstDir (Example)
Usage example of the HSubstDir function
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
8. Sharing a project in practice
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Extern (Reserved word)
EXTERN is used to...
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
MCU: Implementing and managing user macro codes
No matter how dexterous a development team may be, the end user of an application will always want to perform an action that is not intended......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
Container column in a Table control
A cell found in a Table control can contain a set of controls......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Creating the Form windows of a WINDEV RAD pattern