ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
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)....
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
13. Debugger
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Warning 12: The label is unused
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
Handling a control through programming in a report
All report controls can be handled through programming......
The Upload control
The Upload control is used to upload files on the Web server......
Query based on query
Queries can be based on items from another query......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Operations in a Select query : add and delete
The following paragraphs present......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Report and project
In most cases, a report is linked to a project......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......