ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to 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...
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...
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.
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure,...
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count...
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit...
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table...
Constants for managing the Enumerations and the Combinations
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF...
J2EE constants
List of constants used by the J2EE functions....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web...
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window...
Fax constants
List of constants used by the functions for managing faxes....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current...
Using the query result
The result of a select query can be used in......
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
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...