ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLReqExists (Function)
Checks the existence of a query.
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLChangeConnection (Function)
Modifies the current connection.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Address
The Address keyword can correspond to...
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
SQLNext (Function)
Positions on the next row of the query result.
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......