ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
gBackgroundGradient (Function)
Describes a display color in gradient mode.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Control constants
List of constants used by the functions for managing controls...
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Empty (Property)
The Empty property is used to determine if an element is empty.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Installing and starting WDTRAD
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
Installing and starting WDTRAD
PDF Reader control events
fMoveDir (Function)
Moves a directory and its content.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
HDescribeLink (Function)
Describes a link between two data files through programming.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function