ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
16. Application test in practice
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
OpenMobileWindow (Function)
Opens a window in a mobile application.
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Locking data files: correspondence between WINDEV 5.5 and the later versions
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Combination (Type of variable)
A combination is a set of options.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
fSelect (Function)
Opens the Windows file picker.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min