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.
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.
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 OLE control by programming
WINDEV enables you to handle an OLE control by programming......
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......
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control...
16. Java applications in practice
Java applications in practice...
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control...
Error 2: Incomplete line
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control...
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Native Access Connector
...This type of Native Connector allows access to ACCESS databases for better interoperability...
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server...
List of reserved words
ResourceHeight (Property)
The ResourceHeight property is used to get and change the height of resources in a Scheduler...
4. HFSQL Classic
HFSQL Classic is the database format......