ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters 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...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Handling menu options programmatically
The menu options can be handled......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls...
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status...
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Other operators
The following are additional operators......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
5. Site test in practice
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control...
Environment of code editor
Referring to an element in a WLanguage event / process
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Border (Type of variable)
The Border type is used to handle a border through programming...
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Page templates and inheritance
...When a page template is applied to a page, all the controls and code found in the template...
Programming automatic calculations in the columns of a Table control
Error 1: Syntax error
Items used in a select query
A query created in the query editor can contain several types of items......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates...