ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
Menu functions
List of functions for managing menus...
Page functions
List of functions for managing pages...
Email functions
List of functions for managing emails...
Functions for managing images
Opens the default Web browser of the current device....
Array functions
List of functions for managing arrays...
XLS file functions
List of functions for managing XLS files...
Functions for managing XLS files (prefix syntax)
List of functions for managing XLS files...
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
TimeLine control functions
The following functions are used to manage TimeLine controls:...
Google document management functions
List of functions for managing Google documents...
Google Calendar management functions
List of functions for managing Google calendars...
Scheduler control functions
List of functions that can be used with a Scheduler control....
TreeMap control functions
The following functions are used to manage TreeMap controls:...
Organizer control functions
The following functions are used to manage the Organizer control:...
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
Map control functions
Map control functions...
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Tab control functions
The following functions are used to manage tabs......
Parallel task management functions
The following functions are used to manage parallel tasks...
HTML Editor control functions
List of functions for managing HTML Editor controls...
Table control functions
List of functions specific to Table controls...
TreeView control functions
The following functions are used to manage TreeView controls:...
Image drawing and processing functions
List of image drawing and processing functions...
Toolbar control functions
List of functions for managing Toolbar controls...
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
1
3
4
5
6
7
618
>