ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Functions for managing menus (prefix syntax)
List of functions for managing menus
Menu functions
List of functions for managing menus
Referring to an element in a WLanguage event / process
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....
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....
ErrorThrow (Function)
Throw a non-fatal error.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
DotNetDelegate (Function)
Initializes a.NET delegate.
<Source>.DescribeFile (Function)
Describes a data file programmatically.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
<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.
Automatic documentation of external components
External components must include a technical documentation......
SQL view
An SQL view is a virtual data source defined by an SQL query......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
The Sidebar control
The Sidebar control gives access to different options......
Including the code
You want to include your code lines in a condition, in a structure, ......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......