ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetDisconnect (Function)
Disconnects from an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
<zipArchive variable>.Close (Function)
Closes an archive.
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Managing the runtime errors
Some errors may occur in your application......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
<Spreadsheet>.UnmergeCell (Function)
Unmerges the specified or selected cell in a Spreadsheet control.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
SpreadsheetUnmergeCell (Function)
Unmerges the specified or selected cell in a Spreadsheet control.
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......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
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....