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...
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access...
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer...
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Action Bar control events
WINDEV: Example of programmed Drag and Drop
Using the query result
The result of a select query can be used in......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop...
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found...
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element...
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn...
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter...
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data...
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
The Dashboard control
Dashboards are essential elements in an application......