ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Wait (Function)
Temporarily stops the program execution.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
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....
Feedback component
The Feedback component is a component provided with WINDEV......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Constants for the archiving functions
List of constants used by the archiving functions....
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
iDestination (Function)
Configures the print destination.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......