ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window...
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"...
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status...
Format (Property)
The Format property is used to define the data format of a data file.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize...
grCreate (Function)
Creates a specific type of chart.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
The Internal Window control
...The "Internal Window" control is used to include a window (and its code) in a control of another...
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data...
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content...
Items (Property)
The Items property is used to configure the different items of a full-text index.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory...
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
Infinite Progress Bar control
Progress bars provide useful information to the end user......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data...
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report...
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items...
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development...