ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
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......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
WLanguage procedure called by OpenDocument
WLanguage procedure ("callback") called by OuvreDocument after the edit window is closed. This procedure can be a local, global or internal procedure.
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).
WLanguage procedure called by SCPGetFile
WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer using the Secure Copy Protocol (SCP).
Termination (Property)
The Property Termination is used to define the Procedure WLanguage executed when moving to the next/previous step or at the end of the guided tour....
Error 805: No syntax without parameter
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
Error 809: The * character cannot be used as mandatory parameter in a function