ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
SQLChangeConnection (Function)
Modifies the current connection.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
SQLListSource (Function)
Lists the data sources declared on a local site.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
SQLNext (Function)
Positions on the next row of the query result.
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.
5. User Groupware in practice
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Principle for running threads
At runtime, an application runs in a main thread......
SQLLast (Function)
Sets the position on the last row of the query result.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
12. Retrieving data from a site