ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
13 results for: parameters
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Typecasting of parameters
The description of the parameter type is optional...
Passing parameters
The parameters can be passed to a procedure...
Using a query with parameters
A query with parameters can be used...
Optional parameters
Some of the parameters passed to a procedure can be optional parameters...
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters...
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements...
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.
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
WEBDEV administrator: General configuration
The "Configuration" tab allows you to define the default connection options for WEBDEV websites located on the server and managed by the administrator...
<Report>.Print (Function)
Prints a report created with the report editor.
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.