ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a 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.
Local procedure
Two types of procedures are available...
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.
Error
The Error keyword is used to manage the errors.
WEBDEV concepts
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage...
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone...
Status bar of windows
The status bar of a window is used to display several types of information......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed....
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device...
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text...
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged...
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable....
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages...
The TreeView control
...The TreeView control is a tree structure used to simplify the display of information that can...
Size (Property)
The Size property is used to determine and change the size of an element.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different...
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box...
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......