ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
How to use an array of structures?
An array of structures is an Array variable......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Creating a table in a report
Tables can be created in a report......
DNS functions
12. Retrieving data from a site
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Using a query with parameters
A query with parameters can be used......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Handling the report blocks through programming
Each report block is associated with different events......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......