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.
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.
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.
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...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
Push notification
A mobile device can receive push notifications......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming...
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document...
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used...
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found...
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control...
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server...
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server,...
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Scheduler control events
The following events associated with Scheduler controls:...
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize:...
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Zombie data files and items
During the life of an application, items live and die......
The HTML control
The HTML control displays HTML pages or HTML code......
HFSQL Client/Server: Configuring the data files on the server
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code...
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
Handling HTML text in an Edit control
...WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls...