ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExceptionInfo (Function)
Retrieves information about the current exception.
XMLAddChild (Function)
Adds a child tag into an XML document.
NetworkConnect (Function)
Associates a drive with a shared network directory.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
HOpenConnection (Example)
Usage example of the HOpenConnection function
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Creating the Form windows of a WINDEV RAD pattern
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
5. User Groupware in practice