ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
The Wire control
The Wire control is used to visually link 2 controls......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Window controls
Several types of controls can be used in a window, ......
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
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....
ERR_NO_WDADMIN
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.