ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Various constants
List of various constants used by the constants WINDEV functions....
WINDEV Mobile 2025 Update
Here are the new features that you will discover in this version......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
fCurrentDir (Function)
Identifies or modifies the current directory.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HFSQL constants
List of constants used by the HFSQL functions....
The HTML control
The HTML control displays HTML pages or HTML code......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...