ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
ERR_BAD_FILE
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
9. Generation modes
WINDEV Mobile includes different types of generation......
14. Generation modes
Generation modes...
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
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......
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Procedure/Function
A procedure is used to associate an identifier with a statement block......