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 an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server...
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control....
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file...
Copying and cloning
Variables are copied using the "=" operator...
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process...
Net constants
List of constants used by the Net functions....
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic...
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
NET constants
List of constants used by the DotNet functions....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts...
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server...
ProgressBar (Property)
WLanguage proposes...
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Constants used by the XML signature
Constants used by the XML signature...
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic...