ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing menus (prefix syntax)
List of functions for managing menus
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
Menu functions
List of functions for managing menus
Referring to an element in a WLanguage event / process
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Manager of automated tests
The test manager is used to......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
ErrorThrow (Function)
Throw a non-fatal error.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
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....
<Source>.DescribeFile (Function)
Describes a data file programmatically.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
DotNetDelegate (Function)
Initializes a.NET delegate.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
9. Internal page
ControlCurrent (Function)
Returns the name of the control currently in edit.
State (Property)
The State property is used to get and change the state of an element.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
ControlClone (Function)
Creates a new control from an existing control.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.