ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control...
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
Operations performed on sequence diagrams
The following paragraphs explain......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Operations performed on object diagrams
The following paragraphs explain......
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
fSelect (Function)
Opens the Windows file picker.
Operations performed on activity diagrams
The following paragraphs explain......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Beep (Function)
Emits a beep.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Glossary
The glossary lists all the abbreviations used in the code editor......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Structure of data files of user groupware
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Operations performed on deployment diagrams
The following paragraphs explain......
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.