ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
OpenSister (Function)
Opens a non-modal sibling window.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
16. Application test in practice
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Open (Function)
Opens a modal WINDEV window.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
Map control functions
Map control functions...
SQLExec (Function)
Names and runs an SQL query.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Classes, members, methods and properties
A class is made of......
XMLSavePosition (Function)
Stores the current position in the XML document.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
MyPage (Reserved word)
MyPage is used to handle the current page...
Constants for managing the registry
List of constants used by the registry management functions....
MyReport (Reserved word)
MyReport is used to handle the current report...