ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
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.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Beep (Function)
Emits a beep.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Structure of data files of user groupware
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
How to create a menu?
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.
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.
Constants for managing masks
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Input (Function)
Displays a message allowing the user to type an information.
Type (Property)
The Type property is used to get and change the type of an element.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Running the test of the User Groupware and installing it
SQLFirst (Function)
Positions on the first row of the query result.