ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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...
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.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
24. Displaying and linking pages
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....
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied...
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control...
Error 705: The property does not exist on this type
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic...
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
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...
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
Programming automatic calculations in the columns of a Table control