ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLReqExists (Function)
Checks the existence of a query.
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.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
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......
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.
SQLLast (Function)
Sets the position on the last row of the query result.
User (Property)
The User property is used to identify and change the user of a feature.
Password (Property)
The Password property sets and changes the password.
HFSQL constants
List of constants used by the HFSQL functions....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.