ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SOAPRunXML (Function)
Runs a procedure on a SOAP server.
Appendix 3: Configuration file
For compatibility with previous versions of the SQL Server Native Connector (also known as SQL Server Native Access), it is still possible to configure the connection in the WDSQSINS software (delivered with the SQL Server Native Connector)......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
2. WEBDEV administrator in practice
12. Retrieving data from a site
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLReqExists (Function)
Checks the existence of a query.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLChangeConnection (Function)
Modifies the current connection.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
SQLNext (Function)
Positions on the next row of the query result.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
SQLExec (Function)
Names and runs an SQL query.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.