ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Copying controls from the page editor
The controls can be copied from the page editor......
Creating the skin template of a report
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
dStraighten (Function)
Transforms an image by applying perspective correction.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
8. Windows in practice
Discover the main actions that can be performed on the windows....
Crosstab report
The report editor allows you to create "Crosstab" reports......
EmailCloseSession (Example)
Usage example of the EmailCloseSession function