ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
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.
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....
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
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)...
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the 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......
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....