ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
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....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Analysis links
The links are used to link the files found in an analysis between themselves......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Cardinalities
The cardinalities are used to count the links between the files......
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
J2EE constants
List of constants used by the J2EE functions....
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
Printing in PDF format: Special cases
Specific features of print in PDF format...
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
WebSocket functions
List of functions specific to WebSocket servers...
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.