ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User report editor (Reports & Queries)
A report provides a custom view of data......
SQLChangeConnection (Function)
Modifies the current connection.
SQLListSource (Function)
Lists the data sources declared on a local site.
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......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
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.
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
SQLLast (Function)
Sets the position on the last row of the query result.
Access rights to a class property
A property is a code element that includes two processes......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
4. Dedicated server or shared server?
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.