ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
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.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
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
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
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....
grSourceSeries (Function)
Defines the source of a series.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
HBackup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
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.
Input (Function)
Displays a message allowing the user to type an information.
SIPVisible (Function)
Displays the keyboard.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
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