ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
FolderData (Function)
FolderData is kept for backward compatibility.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Table,Delete (External language)
Deletes an element from a Table control.
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
LinkedKey (Property)
The LinkedKey property sets the characteristics of a link.
Format (Property)
The Format property is used to identify and change the format of an element
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Events associated with Looper controls
List of events associated with Looper controls...
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......