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...
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account...
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed...
Error 530: The -- operator is not allowed
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Sorts in a report
The sort is used to organize the information displayed in the report......
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
SecretString (Variable type)
Type SecretString type is used to manipulate strings contained in the password vault.
14. PHP generation in practice
Modulo (Reserved word)
Returns the remainder of a division.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site...
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile...
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......