ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Reverse code modeling
The reverse code modeling allows you to view in a graph......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Style of a control
As soon as it is created, a control is associated with a style......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
ControlClone (Function)
Creates a new control from an existing control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Events associated with Button controls
List of events associated with Button controls...
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......