ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
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...
Typecasting of parameters
The description of the parameter type is optional...
<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.
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.
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...
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback...
Bar code constants
7. Multilingual applications in practice
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Handling Scheduler controls programmatically
A Scheduler control can be......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Push notification
A mobile device can receive push notifications......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified...
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess...
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window...
Creating a select query
A select query (corresponding SQL statement......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
8. Windows in practice
Discover the main actions that can be performed on the windows....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......