ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameter (Property)
The Parameter property is used to get and change certain parameters.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Error 107: Redefinition of the parameter
Page with parameters
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
ERR_BAD_PARAMETER
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters in the authentication chain.